github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/stories/components/proxy-tag.stories.js (about)

     1  import hbs from 'htmlbars-inline-precompile';
     2  
     3  export default {
     4    title: 'Components|Proxy Tag',
     5  };
     6  
     7  export let ProxyTag = () => {
     8    return {
     9      template: hbs`
    10        <h5 class="title is-5">Proxy Tag</h5>
    11        <h6 class="title is-6">Some kind of title <ProxyTag/></h6>
    12        `,
    13    };
    14  };