UNPKG

brightyui

Version:

Brighty UI library

13 lines 425 B
import Tag from '../components/Tag/Tag'; // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction var meta = { title: 'Example/Tag', component: Tag, tags: ['autodocs'], }; export default meta; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args export var TagStory = { args: {}, }; //# sourceMappingURL=Tag.stories.js.map