UNPKG

wix-style-react

Version:
18 lines (16 loc) 438 B
import { CATEGORY } from '../../../stories/storiesHierarchy'; import ColorPicker from '..'; import * as examples from './ColorPicker.examples'; import content from './ColorPicker.content'; import demo from './ColorPicker.demo'; export default { category: `${CATEGORY.FORM}|ColorPicker`, storyName: 'ColorPicker', component: ColorPicker, componentPath: '../ColorPicker.js', story: { demo, content, examples, }, };