feat(component): add slider ui component (#7879)

![CleanShot 2024-08-15 at 14 27 07@2x](https://github.com/user-attachments/assets/50299f44-6446-4ec8-a097-7d456ff67f46)
This commit is contained in:
JimmFly
2024-08-22 04:24:36 +00:00
parent 2e2a3af967
commit 03c4d56a91
7 changed files with 160 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ export * from './ui/popover';
export * from './ui/radio';
export * from './ui/scrollbar';
export * from './ui/skeleton';
export * from './ui/slider';
export * from './ui/switch';
export * from './ui/table';
export * from './ui/tabs';