Skip to content

Commit

Permalink
Add panel attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef committed Oct 6, 2023
1 parent 8cb5ffb commit 609c106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/uui-tabs/lib/uui-tabs.story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ export const WithPanels: Story = props => html`
<h3>Tabs with Panels</h3>
<uui-tab-group>
<uui-tab panel="general" active>General</uui-tab>
<uui-tab name="custom">Custom</uui-tab>
<uui-tab name="advanced">Advanced</uui-tab>
<uui-tab name="settings" disabled>Settings</uui-tab>
<uui-tab panel="custom">Custom</uui-tab>
<uui-tab panel="advanced">Advanced</uui-tab>
<uui-tab panel="settings" disabled>Settings</uui-tab>
<uui-tab-panel name="general">This is the general tab panel.</uui-tab-panel>
<uui-tab-panel name="custom">This is the custom tab panel.</uui-tab-panel>
Expand Down

0 comments on commit 609c106

Please sign in to comment.