Skip to content

Commit

Permalink
docs: Table documentation and examples (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar authored Nov 24, 2023
1 parent 626ae07 commit 3bbbb73
Show file tree
Hide file tree
Showing 21 changed files with 4,281 additions and 555 deletions.
3 changes: 2 additions & 1 deletion packages/blade/.storybook/react-native/storybook.requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const getStories = () => {
'./src/components/Spinner/Spinner/Spinner.stories.tsx': require('../../src/components/Spinner/Spinner/Spinner.stories.tsx'),
'./src/components/SpotlightPopoverTour/Tour.stories.tsx': require('../../src/components/SpotlightPopoverTour/Tour.stories.tsx'),
'./src/components/Switch/Switch.stories.tsx': require('../../src/components/Switch/Switch.stories.tsx'),
'./src/components/Table/Table.stories.tsx': require('../../src/components/Table/Table.stories.tsx'),
'./src/components/Table/docs/Table.stories.tsx': require('../../src/components/Table/docs/Table.stories.tsx'),
'./src/components/Table/docs/TableExamples.stories.tsx': require('../../src/components/Table/docs/TableExamples.stories.tsx'),
'./src/components/Tabs/Tabs.stories.tsx': require('../../src/components/Tabs/Tabs.stories.tsx'),
'./src/components/Tag/Tag.stories.tsx': require('../../src/components/Tag/Tag.stories.tsx'),
'./src/components/Tooltip/Tooltip.stories.tsx': require('../../src/components/Tooltip/Tooltip.stories.tsx'),
Expand Down
Loading

0 comments on commit 3bbbb73

Please sign in to comment.