Skip to content

Commit

Permalink
Update packages/react-core/src/components/Tabs/examples/Tabs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edonehoo authored Sep 12, 2023
1 parent a725ee6 commit 0a0e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Tabs/examples/Tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can adjust a tab in the following ways:
- To disable a tab, but keep it perceivable to assistive technology users, use the `isAriaDisabled` property. If a disabled tab has a tooltip, use this property instead of `isDisabled`.
- To add a tooltip to an aria-disabled tab, use the `tooltip` property.

Tabs can either be styled as 'default' or 'boxed':
Tabs can be styled as 'default' or 'boxed':

- Default tabs do not have any borders and use a bottom line to distinguish between a selected tab, a hovered tab, and an inactive tab.
- Boxed tabs are outlined to emphasize the area that a tab spans. To preview boxed tabs in the following examples, select the 'isBox' checkbox, which sets the `isBox` property to true.
Expand Down

0 comments on commit 0a0e9c4

Please sign in to comment.