wix-style-react
Version:
18 lines (16 loc) • 430 B
JavaScript
import { CATEGORY } from '../../../stories/storiesHierarchy';
import ColorInput from '..';
import * as examples from './ColorInput.examples';
import content from './ColorInput.content';
import demo from './ColorInput.demo';
export default {
category: `${CATEGORY.FORM}|ColorInput`,
storyName: 'ColorInput',
component: ColorInput,
componentPath: '../ColorInput.js',
story: {
demo,
content,
examples,
},
};