SigilNavbar
A SigilNavbar component from the Sigil design system.
Import
import { SigilNavbar } from "@sigil-ui/components";Usage
<SigilNavbar>...</SigilNavbar>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | `"full" | "inline"` | full |
contentMax | number | — | — |
railGap | number | — | — |
gridCell | number | — | — |
fixed | boolean | — | — |
gutterPattern | GutterPattern | — | — |
marginPattern | GutterPattern | — | — |
showGutterGrid | boolean | — | — |
showMarginLines | boolean | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-navbar-height | Navbar height |
--s-border | Border |
--s-border-muted | Border muted |
--s-background | Background |