Kind: Component
Source: atloria-monorepo/templates/site-bootstrap/src/components/layout/nav.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
logoText | string | - | - |
logoSrc | string | - | - |
links | NavLink[] | ✓ | - |
defaultTheme | ThemeMode | - | "dark" |
primaryColor | string | - | - |
ctaKey | string | - | - |
ctaHref | string | - | - |
Diagram
mermaidgraph TD component_Nav_12ab4064["Nav"] class component_Nav_12ab4064 rootComponent
Relationships
- RENDERS →
LanguageSwitcher - RENDERS →
ThemeToggle - RENDERS →
X - RENDERS →
Menu - RENDERS →
AnimatePresence - RENDERS →
motion-div - USES_HOOK →
useTranslation - USES_HOOK →
useState
Was this page helpful?