mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: add examples for new story
This commit is contained in:
parent
aa351bb9da
commit
53bdf40344
@ -16,6 +16,16 @@ const meta = {
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Page: Story = {
|
||||
args: {},
|
||||
export const VC: Story = {
|
||||
args: {
|
||||
addressType: 'Validator Client',
|
||||
portType: 'VC',
|
||||
},
|
||||
}
|
||||
|
||||
export const Beacon: Story = {
|
||||
args: {
|
||||
addressType: 'Beacon',
|
||||
portType: 'Beacon',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user