Footer
Footer renders a <footer> styled as a DaisyUI footer: centred content on a
base-200 background with generous padding. Group links in <nav> elements
with a footer-title heading to get DaisyUI's column layout.
Import
import { Footer } from '@sigx/daisyui';
Basic Usage
Loading preview...
Link Columns
Loading preview...
Coloured
background and padding replace the defaults; a theme colour brings its
matching content colour with it.
Loading preview...
Props
Footer accepts the shared box styling props.
| Prop | Type | Default | Description |
|---|---|---|---|
center | boolean | false | Vertically centre items (items-center) |
background | BackgroundColor | 'base-200' | Theme background; sets the matching content colour |
padding | Spacing | '10' | Padding — a scale value or { x, y, top, … } |
margin | Spacing | - | Margin |
rounded | RadiusValue | boolean | - | Border radius; true is the theme box radius |
width | SizeValue | - | Width preset or CSS length |
height | SizeValue | - | Height preset or CSS length |
class | string | - | Additional CSS classes |
Slots
| Slot | Description |
|---|---|
default | Footer content |
