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