ui_suite_daisyui-4.0.x-dev/components/tabs/tabs.default.story.yml
components/tabs/tabs.default.story.yml
name: Default
slots:
items:
- type: component
component: "ui_suite_daisyui:tab"
slots:
link:
type: html_tag
tag: a
value: "Tab 1"
attributes:
href: "https://example.com"
- type: component
component: "ui_suite_daisyui:tab"
slots:
link:
type: html_tag
tag: a
value: "Tab 2"
attributes:
href: "https://example.com"
props:
active: true
- type: component
component: "ui_suite_daisyui:tab"
slots:
link:
type: html_tag
tag: a
value: "Tab 3"
attributes:
href: "https://example.com"
props:
size: md
