mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #12197 from DaleSeo/fix-indent
Fix indents/line breaks in code exmaples
This commit is contained in:
commit
20101d6d99
@ -6,9 +6,8 @@ import Button from './button.component';
|
||||
export default {
|
||||
title: "Button",
|
||||
component: Button,
|
||||
argTypes: {
|
||||
argTypes: {
|
||||
backgroundColor: { control: 'color' },
|
||||
|
||||
},
|
||||
args: {
|
||||
// Now all Button stories will be primary.
|
||||
|
@ -7,7 +7,7 @@ import Button from './Button';
|
||||
export default {
|
||||
title: "Button",
|
||||
component: Button,
|
||||
argTypes: {
|
||||
argTypes: {
|
||||
backgroundColor: { control: 'color' },
|
||||
},
|
||||
args: {
|
||||
|
@ -8,9 +8,8 @@ import Button from './Button';
|
||||
export default {
|
||||
title: "Button",
|
||||
component: Button,
|
||||
argTypes: {
|
||||
argTypes: {
|
||||
backgroundColor: { control: 'color' },
|
||||
|
||||
},
|
||||
args: {
|
||||
// Now all Button stories will be primary.
|
||||
|
Loading…
x
Reference in New Issue
Block a user