SubpageTabs Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
SubpageTabs
Secondary navigation tabs for sub-sections within a larger page.
Use when: Use for sibling subsections that still belong to the same page module.
Import
import { SubpageTabs } from "@components/index";Example
<SubpageTabs tabs={tabs} activeHref="/components" />Available Props
tabs{ href: string; label: string }[]
Visible subpage destinations.
activeHrefstring
Current selected subpage path.