mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
Align ember cli template with the rest
This commit is contained in:
parent
a80620f38d
commit
59610613a1
@ -4,7 +4,7 @@ import { linkTo } from '@storybook/addon-links';
|
|||||||
|
|
||||||
// More on how to set up stories at: https://storybook.js.org/docs/7.0/ember/writing-stories/introduction
|
// More on how to set up stories at: https://storybook.js.org/docs/7.0/ember/writing-stories/introduction
|
||||||
export default {
|
export default {
|
||||||
title: 'Button',
|
title: 'Example/Button',
|
||||||
render: (args) => ({
|
render: (args) => ({
|
||||||
template: hbs`<button {{action onClick}}>{{label}}</button>`,
|
template: hbs`<button {{action onClick}}>{{label}}</button>`,
|
||||||
context: args,
|
context: args,
|
Loading…
x
Reference in New Issue
Block a user