Gooey Nav

Segmented nav where the active pill melts between stops.

Navigation

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/gooey-nav.json

Props

PropTypeDefaultDescription
items(string | { label: string; href?: string })[]-Segments. Plain strings render buttons, hrefs render anchors.
value / defaultValuenumber- / 0Controlled active index or the starting index.
onChange(index: number) => void-Called with the picked segment.
activeColorstring"var(--brand)"Fill of the blob.