Skip to content

Commit

Permalink
feat: 🎸 Added option for type-less button
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink committed Jun 21, 2021
1 parent 424e4da commit e3d62c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
argTypes={{
label: { control: 'text' },
type: {
control: { type: 'select', options: ['primary', 'secondary'] },
control: { type: 'select', options: ['', 'primary', 'secondary'] },
},
}}
/>
Expand Down

0 comments on commit e3d62c3

Please sign in to comment.