mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-15 12:56:38 +00:00
Add decorators to story
This commit is contained in:
parent
e1df8a21c7
commit
460b1b3f7e
@ -12,6 +12,13 @@ const meta = {
|
|||||||
layout: 'centered',
|
layout: 'centered',
|
||||||
},
|
},
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
|
decorators: [StoryObj =>
|
||||||
|
(
|
||||||
|
<Stack width={'536px'}>
|
||||||
|
<StoryObj />,
|
||||||
|
</Stack>
|
||||||
|
)
|
||||||
|
]
|
||||||
} satisfies Meta<typeof LineChart>
|
} satisfies Meta<typeof LineChart>
|
||||||
|
|
||||||
export default meta
|
export default meta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user