import hbs from 'htmlbars-inline-precompile'; export default { title: 'Components|Two-Step Button', }; export let Standard = () => { return { template: hbs`
Note: the state
property is internal state and only used here to bypass the idle state for demonstration purposes.