2.0.0 • Published 2 years ago

@ag.ds-next/secondary-nav v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

title: Secondary Nav description: A horizontal list of links typically placed between the main navigation and page content. group: Navigation

storybookPath: /story/navigation-secondarynav--light-variant

<SecondaryNav
	activePath="#code"
	links={[
		{ href: '#usage', label: 'Usage' },
		{ href: '#code', label: 'Code' },
		{ href: '#content', label: 'Content' },
		{ href: '#accessibility', label: 'Accessibility' },
	]}
/>