mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +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',
|
||||
},
|
||||
tags: ['autodocs'],
|
||||
argTypes: {
|
||||
activeStep: {
|
||||
options: [0, 1, 2, 3, 4, 5],
|
||||
control: { type: 'radio' },
|
||||
defaultValue: 0,
|
||||
},
|
||||
},
|
||||
} satisfies Meta<typeof FormStepper>
|
||||
|
||||
export default meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user