Skip to content

Commit

Permalink
feat: done
Browse files Browse the repository at this point in the history
  • Loading branch information
boomchanotai committed Oct 30, 2024
1 parent 9f88d55 commit 4a56ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ UI Library built in purpose to be used internally by Engineering Student Committ
- [x] Button
- [x] Checkbox
- [x] Collapsible
- [ ] Command
- [x] Command
- [x] Context Menu
- [x] Dialog
- [x] Dropdown Menu
Expand Down
1 change: 1 addition & 0 deletions lib/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './Avatar'
export * from './Button'
export * from './Checkbox'
export * from './Collapsible'
export * from './Command'
export * from './ContextMenu'
export * from './Dialog'
export * from './DropdownMenu'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esc-ui",
"description": "Internal UI library for Engineering Student Committee, Chulalongkorn University",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 4a56ef9

Please sign in to comment.