Skip to content

Commit

Permalink
feat: export components
Browse files Browse the repository at this point in the history
  • Loading branch information
boomchanotai committed Oct 28, 2024
1 parent 8462c6f commit ac7fdc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,30 @@ UI Library built in purpose to be used internally by Engineering Student Committ

## Components

- [ ] Accordion
- [ ] Alet Dialog
- [x] Accordion
- [x] Alert Dialog
- [ ] Aspect Ratio
- [x] Avatar
- [x] Button
- [x] Checkbox
- [x] Collapsible
- [ ] Command
- [x] Context Menu
- [ ] Dialog
- [x] Dialog
- [x] Dropdown Menu
- [ ] Hover Card
- [x] ESC Logo
- [x] Hover Card
- [x] Input
- [x] Label
- [x] Menubar
- [x] Navigation Menu
- [ ] Popover
- [x] Popover
- [x] Progress
- [x] Radio Group
- [x] Scroll Area
- [ ] Select
- [x] Select
- [x] Seperator
- [ ] Slider
- [x] Slider
- [x] Switch
- [x] Tabs
- [x] Text Area
Expand Down
8 changes: 8 additions & 0 deletions lib/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
export * from './Accordion'
export * from './AlertDialog'
export * from './Avatar'
export * from './Button'
export * from './Checkbox'
export * from './Collapsible'
export * from './ContextMenu'
export * from './Dialog'
export * from './DropdownMenu'
export * from './ESCLogo'
export * from './HoverCard'
export * from './Input'
export * from './Label'
export * from './Menubar'
export * from './NavigationMenu'
export * from './Popover'
export * from './Progress'
export * from './Radio'
export * from './ScrollArea'
export * from './Select'
export * from './Seperator'
export * from './Slider'
export * from './Switch'
export * from './Tabs'
export * from './Textarea'
Expand Down

0 comments on commit ac7fdc5

Please sign in to comment.