mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(progress-indicator): add spaceEqual prop and functionality
This commit is contained in:
parent
767e113e27
commit
d57531fc01
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@ export const Default = () => ({
|
|||
props: {
|
||||
currentIndex: number("Current progress (currentIndex)", 1),
|
||||
vertical: boolean("Vertical orientation (vertical)", false),
|
||||
spaceEqually: boolean("Space Equally", false),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue