ampcpmgp / parcel-riot-mocktimes-starter

parcel & riot & mocktimes starter kit
0 stars 0 forks source link

add storybook custom tag sample #16

Open ampcpmgp opened 5 years ago

ampcpmgp commented 5 years ago

https://storybook.js.org/basics/guide-riot/#write-your-stories

storiesOf()
  .add(
    'built with tag', // the template is compiled below
    () =>
      tag('test', '<div>simple test ({ opts.value })</div>', '', '', () => {}) &&
      mount('test', { value: 'with a parameter' }))
  )