modulor-js / modulor-storybook

3 stars 2 forks source link

support story as HTML Node #42

Open nogizhopaboroda opened 6 years ago

nogizhopaboroda commented 6 years ago

example:

import { storiesOf } from 'modulor-storybook';

const $el = document.createElement('my-component');

storiesOf('My component')
  .add('default', () => $el);

This is needed to render react, vue, etc components and templates rendered by hyperhtml, bel, yoyo, etc

pankajpatel commented 6 years ago

this one is completed in #48. Closing!

nogizhopaboroda commented 6 years ago

wait, that merge request was not merged