# daisyUI Documentation - Footer Component
Footer can contain logo, copyright notice, and links to other pages.
## Classes and Usage
### Core Classes:
- **footer** - The main footer component
- **footer-title** - Title of a footer column
- **footer-center** - Aligns footer content to center
- **footer-horizontal** - Puts footer columns next to each other horizontally
- **footer-vertical** - Puts footer columns under each other vertically [Default]
## Examples
### Basic Footer (vertical by default, horizontal for sm and up)
```html
```
### Footer with a logo section
```html
```
### Centered Footer
```html
```
## Features
- Contains logo, copyright notice, and links to other pages
- Responsive design that adapts to screen sizes
- Multiple layout options (vertical, horizontal)
- Can be centered
- Works with navigation elements
- Customizable with Tailwind classes
This component is useful for creating standard footer sections in websites that contain navigation links, copyright information, and company details.