example: ```js 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