Ready-to-Use Components Powered by Flowbite, ShadCN & Headless UI
Component Library
Browse and explore components
Footer
A Footer is a UI component displayed at the bottom of a page, typically containing links, credits, or legal information.
Default Footer
Sample Code
Show Code
Copy Code
Footer With Logo
Sample Code
Show Code
Copy Code
Social media icons
Sitemap links
Sample Code
Show Code
Copy Code
API ( Footer )
Prop | Description | Type | Default |
---|---|---|---|
href | URL the link should navigate to. | 'http://localhost:5173' | - |
src | Image source for the brand logo. | 'https://flowbite.com/images/logo.svg' | - |
alt | Alternative text for the logo image. | 'flowbite' | - |
icon | React icon component (e.g., from react-icons). | 'BsFacebook' | 'BsInstagram' | - |
by | Name of the entity being credited. | 'Flowbite' | - |
year | Year displayed in the copyright. | 2022 | new Date().getFullYear() |