UNPKG

lucid-ui

Version:

A UI component library from Xandr.

11 lines 446 B
import React from 'react'; import { VideoShortIcon } from './VideoShortIcon'; export default { title: 'Icons/Icons/VideoShortIcon', component: VideoShortIcon, }; //👇 We create a “template” of how args map to rendering const Template = (args) => React.createElement(VideoShortIcon, { ...args }); //👇 Each story then reuses that template export const Primary = Template.bind({}); //# sourceMappingURL=VideoShortIcon.stories.js.map