UNPKG

@plone/volto

Version:
23 lines (17 loc) 313 B
import TitleComponent from './Title'; const Title = (args) => <TitleComponent {...args} />; export default { title: 'Title', argTypes: { title: { control: 'text', }, }, }; export const Title_ = { render: Title.bind({}), name: 'Title', args: { title: 'Welcome to Plone', }, };