Documentation
Footer

Footer

The Footer component is designed to provide a structured and customizable footer section for your application. It supports multiple columns, optional subfooters, and responsive behavior, including collapsible sections on mobile devices.

Usage

First of all, you need to import the Footer component from the kitchn package.

import { Footer } from "kitchn"

Default

Multi-group columns

Subfooter

Props

NameTypeDefaultRequiredDescription
subfooterReact.ReactNodeundefinedNoAn optional subfooter element displayed below the main footer content.
childrenReact.ReactNodeundefinedYesThe main content of the footer, typically composed of FooterColumn and FooterGroup.

FooterGroup Props

NameTypeDefaultRequiredDescription
titlestringundefinedYesThe title of the footer group, which is displayed as a header or a collapse label on mobile devices.

FooterLink Props

NameTypeDefaultRequiredDescription
hrefstringundefinedYesThe URL that the link should navigate to when clicked.