feat(component): add slider ui component

This commit is contained in:
Jimmfly
2024-08-14 21:58:11 +08:00
committed by EYHN
parent 9d42db56ca
commit bc77d7a648
5 changed files with 171 additions and 0 deletions
+1
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';