From 0dc7d7037df57d3cceb94cf03934eb034e22b3dd Mon Sep 17 00:00:00 2001 From: Antoine Doury Date: Wed, 8 Jan 2025 14:30:06 +0100 Subject: [PATCH] Tabs - update readme --- resources/views/stories/tabs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/stories/tabs/README.md b/resources/views/stories/tabs/README.md index 626313e..0fb00c2 100644 --- a/resources/views/stories/tabs/README.md +++ b/resources/views/stories/tabs/README.md @@ -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