Skip to content

Commit

Permalink
docs(tabs): add t-shirt sizing to picker
Browse files Browse the repository at this point in the history
  • Loading branch information
jenndiaz committed Jan 22, 2024
1 parent 015061b commit ce9187d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/tabs/stories/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ export const Template = ({
></div>
${Picker({
isQuiet: true,
size,
isOpen: isOpen,
placeholder: displayedItems[0].label,
name: 'country',
id: 'form-example-country',
name: `${displayedItems[0].label}`,
id: 'tab-selector',
})}
${Popover({
...globals,
isOpen: isOpen,
Expand Down

0 comments on commit ce9187d

Please sign in to comment.