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