Skip to content

Commit

Permalink
22331: Added DropdownPortal, MINOR (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser authored Dec 3, 2024
1 parent 2628f5c commit f43af37
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 233 deletions.
14 changes: 7 additions & 7 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const config: StorybookConfig = {
},

refs: {
flowbite: {
title: "Flowbite",
url: "https://storybook.flowbite-react.com/",
expanded: false, // Optional, true by default
},
// flowbite: {
// title: "Flowbite",
// url: "https://storybook.flowbite-react.com/",
// expanded: false, // Optional, true by default
// },
},

typescript: {
reactDocgen: "react-docgen-typescript"
}
reactDocgen: "react-docgen-typescript",
},
};
export default config;
Loading

0 comments on commit f43af37

Please sign in to comment.