Tabs

Navigation interface that organizes content into sections.

TailwindCSS
Vanilla JS

Usage

1. Add the script to your page/layout:

// Option A: All components (recommended)
@utils.ComponentScripts()

// Option B: Just Tabs
@components.TabsScript()

2. Use the component:

@components.Tabs(components.TabsProps{...})