mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Merge pull request #21149 from mz8i/fix/react-snippets-args-error
Fix (docs): react using args snippets
This commit is contained in:
commit
07f5c59f77
@ -19,8 +19,10 @@ export default meta;
|
||||
type Story = StoryObj<typeof meta>;
|
||||
|
||||
export const Primary: Story = {
|
||||
backgroundColor: '#ff0',
|
||||
label: 'Button',
|
||||
args: {
|
||||
backgroundColor: '#ff0',
|
||||
label: 'Button',
|
||||
},
|
||||
};
|
||||
|
||||
export const Secondary: Story = {
|
||||
|
@ -18,8 +18,10 @@ export default meta;
|
||||
type Story = StoryObj<typeof Button>;
|
||||
|
||||
export const Primary: Story = {
|
||||
backgroundColor: '#ff0',
|
||||
label: 'Button',
|
||||
args: {
|
||||
backgroundColor: '#ff0',
|
||||
label: 'Button',
|
||||
},
|
||||
};
|
||||
|
||||
export const Secondary: Story = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user