Skip to content

Commit

Permalink
fix: updated preview file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat693 committed Feb 20, 2024
1 parent 4f60fb0 commit 9070c82
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions example/storybook-nativewind/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,24 @@ export const parameters = {
'Feedback',
['Alert', 'Progress', 'Spinner', 'Toast'],
'Data Display',
['Badge', 'Table', 'Card'],
['Badge'],
'Forms',
[
'Button',
'Checkbox',
'FormControl',
'Input',
'Link',
'Pressable',
'Radio',
'Select',
'Slider',
'Switch',
'Tabs',
'Textarea',
],
'Overlay',
['AlertDialog', 'Menu', 'Modal', 'Popover', 'Tooltip'],
['AlertDialog', 'Modal', 'Popover', 'Tooltip'],
'Disclosure',
['Actionsheet', 'Accordion', 'Tabs'],
['Actionsheet', 'Accordion'],
'Media And Icons',
['Avatar', 'Icon', 'Image'],
['Avatar', 'Image'],
'Others',
['Fab'],
],
Expand Down

0 comments on commit 9070c82

Please sign in to comment.