Three-column footer link grid with uppercase section headings and plain-text links underneath each.
New here? Read the installation guide.
import { Nav21 } from "@/components/beste/piece/nav21";
<Nav21
columns={[
{
"heading": "Product",
"links": [
"Overview",
"Pricing",
"Changelog",
"Roadmap"
]
},
{
"heading": "Company",
"links": [
"About",
"Careers",
"Press",
"Contact"
]
},
{
"heading": "Resources",
"links": [
"Docs",
"Community",
"Status"
]
}
]}
/>Docs-style on-this-page list with left borders and a primary active rail on the current section.
Horizontal tabs with a thin bottom rail and a primary underline under the active label.
Numbered pagination with prev/next chevrons, ellipsis truncation, and a filled primary active tile.