We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0fba5 commit 26c414eCopy full SHA for 26c414e
apps/web/examples/tabs/tabs.vertical.tsx
@@ -8,7 +8,7 @@ import { Tabs } from "flowbite-react";
8
9
export function Component() {
10
return (
11
- <Tabs aria-label="Pills" style="vertical">
+ <Tabs aria-label="Vertical" style="vertical">
12
<Tabs.Item active title="Tab 1">
13
<p className="text-sm text-gray-500 dark:text-gray-400">Content 1</p>
14
</Tabs.Item>
@@ -31,7 +31,7 @@ export function Component() {
31
32
33
34
35
36
37
0 commit comments