mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: add without data example for BorderBox story
This commit is contained in:
parent
bc74b0a93a
commit
71b89d6f65
@ -14,8 +14,14 @@ const meta = {
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Page: Story = {
|
||||
export const WithData: Story = {
|
||||
args: {
|
||||
children: 'BorderBox',
|
||||
},
|
||||
}
|
||||
|
||||
export const WithoutData: Story = {
|
||||
args: {
|
||||
children: '',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user