Morphic Navbar
A dynamic navbar with morphing animation effects between active states.
Installation
Usage
import MorphicNavbar from '$lib/registry/components/morphic-navbar/morphic-navbar.svelte'; <MorphicNavbar /> Props
| Prop | Type | Default | Description |
|---|---|---|---|
| navItems | { href: string; name: string }[] | Default home/works/blog/about links | Array of navigation items with href and name |
| class | string | '' | Additional CSS classes for the nav container |