Skip to content

Commit

Permalink
small fixes on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Dec 27, 2024
1 parent e625c65 commit 769054e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ const meta: MetaComponent = {
description: 'Select between Google Play and Apple Store badge',
control: {
type: 'radio',
labels: {
'google-play': 'Google Play',
'apple-store': 'Apple Store',
},
},
options: ['google-play', 'apple-store'],
labels: {
'google-play': 'Google Play',
'apple-store': 'Apple Store',
},
table: {
category: 'General',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const meta: MetaComponent = {
description: 'The components `type` attribute.',
control: {
type: 'select',
labels: {},
},
options: [
'text',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const meta: MetaExtended = {
type: 'select',
},
options: [0, 25, 50, 75, 100],
table: {
category: 'General',
},
},
},
render: (args: Args) => {
Expand Down

0 comments on commit 769054e

Please sign in to comment.