mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 15:13:38 +00:00
feat: add control to form stepper story
This commit is contained in:
parent
c119e1ba27
commit
f462ab08d9
@ -9,6 +9,13 @@ const meta = {
|
|||||||
layout: 'centered',
|
layout: 'centered',
|
||||||
},
|
},
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
|
argTypes: {
|
||||||
|
activeStep: {
|
||||||
|
options: [0, 1, 2, 3, 4, 5],
|
||||||
|
control: { type: 'radio' },
|
||||||
|
defaultValue: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
} satisfies Meta<typeof FormStepper>
|
} satisfies Meta<typeof FormStepper>
|
||||||
|
|
||||||
export default meta
|
export default meta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user