feat(progress-indicator): add spaceEqual prop and functionality

This commit is contained in:
josefaidt 2020-09-18 15:35:45 -05:00
commit d57531fc01
2 changed files with 8 additions and 0 deletions

View file

@ -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),
},
});