File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
apps/website/src/routes/docs/styled/(getting-started)/install Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ export * from './button/button';
243243export * from ' ./card/card' ;
244244export * from ' ./checkbox/checkbox' ;
245245export * from ' ./combobox/combobox' ;
246+ export * from ' ./dropdown/dropdown' ;
246247export * from ' ./input/input' ;
247248export * from ' ./label/label' ;
248249export * from ' ./modal/modal' ;
@@ -254,6 +255,8 @@ export * from './skeleton/skeleton';
254255export * from ' ./tabs/tabs' ;
255256export * from ' ./textarea/textarea' ;
256257export * from ' ./select/select' ;
258+ export * from ' ./toggle/toggle' ;
259+ export * from ' ./toggle-group/toggle-group' ;
257260```
258261
259262This way you can now ` import { Accordion, Alert, ... } from '~/components/ui'; ` 👯♀️
You can’t perform that action at this time.
0 commit comments