github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/blueprints/story/files/__path__/stories/components/__name__.stories.js (about)

     1  import hbs from 'htmlbars-inline-precompile';
     2  
     3  export default {
     4    title: 'Components|<%= classifiedModuleName %>',
     5  };
     6  
     7  export let <%= classifiedModuleName %> = () => {
     8    return {
     9      template: hbs`
    10        <h5 class="title is-5"><%= header %></h5>
    11        <<%= classifiedModuleName %>/>
    12      `,
    13      context: {},
    14    }
    15  };