68 components available
Proximity Navigation

Proximity Navigation

A minimal vertical navigation where thin lines grow and reveal their label on hover, highlighting the active entry.
Playground
<ProximityNavigation
  items={[
    { label: 'Overview' },
    { label: 'Components' },
    { label: 'Templates' },
    { label: 'Pricing' },
    { label: 'Changelog' },
  ]}
/>
Source Code