mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 18:10:26 +08:00
- Added a new Select component based on Radix UI, including SelectTrigger, SelectContent, SelectItem, and SelectValue. - Implemented support for groups and separators within the Select component. - Updated package.json to include @radix-ui/react-select as a dependency. - Removed deprecated Selector and SearchableSelector components to streamline the codebase. - Added stories for the Select component to showcase various use cases and configurations. |
||
|---|---|---|
| .. | ||
| Button.stories.tsx | ||
| Combobox.stories.tsx | ||
| CopyButton.stories.tsx | ||
| CustomTag.stories.tsx | ||
| DividerWithText.stories.tsx | ||
| EmojiAvatar.stories.tsx | ||
| EmojiIcon.stories.tsx | ||
| ErrorBoundary.stories.tsx | ||
| IndicatorLight.stories.tsx | ||
| Select.stories.tsx | ||
| Spinner.stories.tsx | ||