UNPKG

@axeptio/design-system

Version:
13 lines (9 loc) 278 B
import React from 'react'; import TopTitle from './index'; export default { title: 'Core/Typography/TopTitle', component: TopTitle }; const Template = args => <TopTitle {...args}>Welcome to Axeptio</TopTitle>; export const Default = Template.bind({}); Default.args = {};