UNPKG

@orfeas126/box-ui-elements

Version:
10 lines (7 loc) 269 B
import * as React from 'react'; import InlineError from './InlineError'; export const regular = () => <InlineError title="Something bad happened">Username is required</InlineError>; export default { title: 'Components/InlineError', component: InlineError, };