UNPKG

@axeptio/design-system

Version:
16 lines (12 loc) 282 B
import React from 'react'; import KPI from './index'; export default { title: 'Core/Typography/KPI', component: KPI }; const Template = args => <KPI {...args} />; export const Default = Template.bind({}); Default.args = { value: '5+ Billions', label: 'Consents proof' };