Skip to content

Commit

Permalink
ProgressSteps Discriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra114 committed Sep 29, 2024
1 parent fe04036 commit ac992de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/progress-steps/progress-steps.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,21 @@ export default {
variant: {
control: 'select',
options: [ 'dot', 'number', 'icon' ],
description: 'Defines the style of the step indicator. Choose between "dot", "number", or "icon".',
},
size: {
control: 'select',
options: [ 'sm', 'md', 'lg' ],
description: 'Sets the size of the step indicator. Options are "small", "medium", or "large".',
},
type: {
control: 'select',
options: [ 'inline', 'stack' ],
description: 'Defines the layout of the steps. "inline" places them horizontally, "stack" places them vertically.',
},
currentStep: {
control: { type: 'number', min: 1, max: 5 },
description: 'Indicates the active step (1-based index). The step number will be highlighted.',
},
},
decorators: [
Expand Down

0 comments on commit ac992de

Please sign in to comment.