Skip to content

Commit

Permalink
Tabs - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoinel committed Jan 8, 2025
1 parent 146e215 commit 0dc7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/stories/tabs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The tabs component renders a list with button to show/hide an active content defined into the slot.
Each component must be defined using the tabs-panel component with the same $name so ids are matching between panels and buttons.

In the example below, the `$tabNames` array will define the label for each buttons and the `$contents` Array will define the iner content of each panel.
In the example below, the `$tabNames` array will define the label text for each button and the `$contents` Array will define the inner content for each panel.

## Usage

Expand Down

0 comments on commit 0dc7d70

Please sign in to comment.