mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: add story examples for exec client card
This commit is contained in:
parent
cb087490c0
commit
c01a0e2fb6
@ -13,6 +13,22 @@ const meta = {
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
export const Nethermind: Story = {
|
||||
args: { name: 'Nethermind', icon: '/icons/nethermind-circle.png' },
|
||||
}
|
||||
|
||||
export const Besu: Story = {
|
||||
args: { name: 'Besu', icon: '/icons/hyperledger-besu-circle.png' },
|
||||
}
|
||||
|
||||
export const Geth: Story = {
|
||||
args: { name: 'Geth', icon: '/icons/gethereum-mascot-circle.png' },
|
||||
}
|
||||
|
||||
export const Erigon: Story = {
|
||||
args: { name: 'Erigon', icon: '/icons/erigon-circle.png' },
|
||||
}
|
||||
|
||||
export const Nimbus: Story = {
|
||||
args: { name: 'Nimbus', icon: '/icons/nimbus-disabled.svg' },
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user