Navigation with items dispersed around screen edges, inspired by collapse demo.
npx chaos add collapsed-navimport { CollapsedNav } from '@oalacea/chaosui/navigation/collapsed-nav';
<CollapsedNav items={[
{ label: 'Work', href: '#work' },
{ label: 'About', href: '#about' },
{ label: 'Data', href: '#data' }
]} />