import { storiesOf, html } from '@open-wc/demoing-storybook';
import '../lion-input.js';
storiesOf('Forms|Input', module)
.add(
'Default',
() => html`
The prefix does not have an active use case yet.
`, ) .add( 'Suffix', () => html`The suffix can be used for addons to the input like a calculator, datepicker or addressbook. In these cases a button with an icon is used.
`, ) .add( 'Before', () => html`Before does not have an active use case yet.
`, ) .add( 'After', () => html`