Top Nav Menu @astryx-svelte/core v0.3.0 · TopNav

Usage

Navigation item that displays a hover-triggered popover menu with rich items containing an icon, title, and optional description.
ts
import { TopNav } from '@astryx-svelte/core';

Examples

Common configurations, variations, and states.
TopNavMenu — Basic
A dropdown menu inside a TopNav built from an items array with icons and descriptions. Use to group related destinations under a single trigger.