mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat: add move stories for rec mech card story
This commit is contained in:
parent
1282d3ed69
commit
e60120b84a
@ -16,10 +16,26 @@ const meta = {
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Page: Story = {
|
||||
export const Selected: Story = {
|
||||
args: {
|
||||
value: KEYSTORE_FILES,
|
||||
recoveryMechanism: KEYSTORE_FILES,
|
||||
handleRecMechanismChange: () => {},
|
||||
},
|
||||
}
|
||||
|
||||
export const NotSelected: Story = {
|
||||
args: {
|
||||
value: KEYSTORE_FILES,
|
||||
recoveryMechanism: '',
|
||||
handleRecMechanismChange: () => {},
|
||||
},
|
||||
}
|
||||
|
||||
export const WithoutValue: Story = {
|
||||
args: {
|
||||
value: '',
|
||||
recoveryMechanism: KEYSTORE_FILES,
|
||||
handleRecMechanismChange: () => {},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user