Commit 07bd8f0
authored
refactor(select): separate into Select and MultiSelect (#63)
* refactor: simplify Select component and update styles for better usability
* feat: add MultiSelect component and update Select documentation
* feat: enhance MultiSelect component with size management and replace Badge with Tag
* feat: disable className table entry in Select component documentation
* feat: refactor MultiSelect and MultiSelectTrigger components for improved readability and functionality
* feat: implement SelectContext for size management in Select component
* feat: add MultiSelectCaption component and update stories to use it
* fix: lint, type error1 parent e292962 commit 07bd8f0
File tree
10 files changed
+681
-556
lines changed- examples/nextjs/src/pages
- packages
- react/src/components
- tailwindcss/src
- components
- utilities
- storybooks/react-storybook/src
10 files changed
+681
-556
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 163 | + | |
168 | 164 | | |
169 | 165 | | |
170 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments