# List Navigation Component Navigation list with clickable rows for settings pages, menus, and navigation indexes. Each item is a card with squircle shape and subtle shadow. ## Use Cases - Settings pages - Mobile app menus - Feature indexes - Dashboard navigation - Account/profile menus ## Basic Structure ```html ``` ## Classes - `.list-nav` - Container for navigation items - `.list-nav.bordered` - Adds border dividers between items ## Item Structure Items are direct `` or ` ``` ### Disabled State ```html ``` ### Title Only (No Description) ```html ``` ## States - **Default**: Card with squircle shape and subtle shadow - **Hover**: Background highlight, icon brightens - **Focus**: 2px solid outline (inset) - **Active**: Slightly darker background - **Disabled**: 50% opacity, no pointer events ## Differences from Sidebar Nav | Feature | List Nav | Sidebar Nav | |---------|----------|-------------| | Item style | Individual cards with shadow | Flat items in a list | | Description | Supported via `` | Not supported | | Use case | Standalone navigation rows | Sticky sidebar menus | | Nesting | Not supported | Supports details/summary | | Visual weight | Higher (cards with shadow) | Lower (compact) | ## Accessibility - Use semantic `