Side Nav Item @astryx-svelte/core v0.3.0 · SideNav
Usage
Navigation item with icon, selected state, optional end content, and nesting support via children.tsimport { SideNav } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.SideNavItem — Basic
Navigation links inside a SideNav, each with a label, an icon, and an href. Mark the item for the current page with isSelected.