Skip to content

Commit

Permalink
Update storybook to show value of SpaceInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Jul 6, 2022
1 parent 66d0768 commit b227e8e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/components/src/divider/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,27 @@ const meta: ComponentMeta< typeof Divider > = {
argTypes: {
margin: {
control: { type: 'text' },
table: {
type: {
summary: 'number | string',
},
},
},
marginStart: {
control: { type: 'text' },
table: {
type: {
summary: 'number | string',
},
},
},
marginEnd: {
control: { type: 'text' },
table: {
type: {
summary: 'number | string',
},
},
},
},
parameters: {
Expand Down

0 comments on commit b227e8e

Please sign in to comment.