The Footer component is used to display a website footer.
The Footer component is used to display a website footer.
import { Footer } from '@lobehub/ui';
Name | Description | Type | Default |
---|---|---|---|
bottom | The bottom content of the footer | ReactNode | -- |
columns | The columns of the footer | FooterColumn[] | -- |
contentMaxWidth | The maximum width of the content in the footer | number | 960 |
theme | The theme of the footer | "light"|"dark" | -- |