UNPKG

@axeptio/design-system

Version:
15 lines (11 loc) 258 B
import React from 'react'; import Label from './index'; export default { title: 'Core/Controls/Label', component: Label }; const Template = args => <Label {...args} />; export const Default = Template.bind({}); Default.args = { children: 'Label' };