Dev Tools
TabToggle
Underline-style tab navigation bar. Reads URL hash on load and updates it on click to toggle tab-section visibility.
Import
import TabToggle from '../../components/utility/TabToggle.astro'; Props
| Prop | Type | Required | Description |
|---|---|---|---|
tabs | { id: string; label: string }[] | Yes | List of tabs to render |
defaultTab | string | No | Tab ID to activate on load (falls back to first tab) |
Preview
Overview tab content.
Usage tab content.
Specs tab content.