Landing Layout


LandingLayout component
Properties
| Property | Description | Type | Default |
|---|---|---|---|
links | Landing navigation items | LandingNavItem[] | [] |
Slots
defaultlogonav-endnav-links
Types
LandingNavItem
ts
interface LandingNavItem {
label: string
to: string
active?: boolean
}LandingFooterColumn
ts
interface LandingFooterColumn {
label: string
children: {
label: string
to: string
}[]
}LandingSocialItem
ts
interface LandingSocialItem {
icon: string
link: string
}