Components
MobileNav
MobileNav is a token-driven Sigil component in the layout, navigation, and content group.
Import
import { MobileNav } from "@sigil-ui/components";Preview
Usage
<MobileNav><Button variant="ghost">Docs</Button><Button variant="ghost">Components</Button></MobileNav>CLI
npx @sigil-ui/cli add mobile-navToken Integration
MobileNav follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.