Nested file explorer with amber folder icons, chevrons, and a primary fill under the active file.
New here? Read the installation guide.
import { Nav26 } from "@/components/beste/piece/nav26";
<Nav26
items={[
{
"label": "app",
"type": "folder",
"open": true,
"children": [
{
"label": "page.tsx",
"type": "file"
},
{
"label": "layout.tsx",
"type": "file",
"active": true
}
]
},
{
"label": "components",
"type": "folder",
"open": false
},
{
"label": "tailwind.config.ts",
"type": "file"
}
]}
/>Classic folder-style tabs that sit on a rail, with the active tab bordered and notched into the panel.
Segmented icon tabs inside a bordered tray, where the active tab flips to the foreground color.