mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 02:09:52 +00:00
feat: add stories for consensus client card
This commit is contained in:
parent
c01a0e2fb6
commit
f8e305be44
@ -14,6 +14,22 @@ const meta = {
|
|||||||
export default meta
|
export default meta
|
||||||
type Story = StoryObj<typeof 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' },
|
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