Footer
Overview
A footer is the section of content at the very bottom of a page. It may contain a copyright notice, links to a privacy policy, sitemap, logo, and social media icons.
Demo
Props
| Property | Description | Type | Values | Default | Required |
|---|---|---|---|---|---|
| dark | Toggle dark mode for the footer | boolean | undefined | boolean | undefined | ||
| variant | Change the variant of the footer | FooterVariant | undefined | "basic" | "default" | "basic-centered" | "default" | |
| showSocialMedia | Hide social media section | boolean | undefined | boolean | undefined | true | |
| navItems | Navigation items for the footer | NavigationItem[] | undefined | NavigationItem[] | undefined |
Slots
| Name | Description | Type |
|---|---|---|
| links | any |