Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jun 15, 2024
1 parent 47effc8 commit bcb09a6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Our goals is convert all [Material Web](https://github.com/material-components/m
| Menu | ||
| Dialog | ||
| Select | ||
| SegmentedButton | | |
| SegmentedButtonSet | | |
| SegmentedButton | | |
| SegmentedButtonSet | | |

## 🤝 Contributing

Expand Down
2 changes: 0 additions & 2 deletions packages/actify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"build": "rollup -c rollup.config.mjs"
},
"devDependencies": {
"@lit/react": "^1.0.5",
"@material/web": "^1.4.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
11 changes: 0 additions & 11 deletions packages/actify/src/components/Menus/SubMenu.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/actify/src/components/Menus/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { Menu } from './Menu'
export { SubMenu } from './SubMenu'
export { MenuItem } from './MenuItem'
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- [x] radio component
- [x] divider component
- [ ] sub-memu component
- [ ] segmented button with label styles
- [ ] TailwindCSS -> css module
- [ ] sub component -> render props
- [ ] open in stackblitz use ts template
Expand Down

0 comments on commit bcb09a6

Please sign in to comment.