SiteFooter

import { SiteFooter } from '@hanzo/ui/product'

No examples yet.

Types

export type SiteFooterProps = {
/** The footer model — `FOOTER` from @hanzo/products. */
footer: Footer
/** Brand slot above the columns — usually `<BrandMark/>`. */
brand?: ReactNode
/** One line under the brand: what this company is. */
tagline?: string
/** Social / status / app-store row, rendered opposite the copyright. */
meta?: ReactNode
/** Host link primitive. */
link?: LinkRender
}

Exports

SiteFootertype SiteFooterProps