Skip to content

Landing Layout

Landing layoutLanding layout

LandingLayout component

Properties

PropertyDescriptionTypeDefault
linksLanding navigation itemsLandingNavItem[][]

Slots

  • default
  • logo
  • nav-end
  • nav-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
}

All Rights Reserved