# daisyUI Documentation - Divider Component
Divider will be used to separate content vertically or horizontally.
## Examples
### Basic Divider
```html
```
### Horizontal Divider
```html
```
### Divider with No Text
```html
```
### Responsive Divider
```html
```
### Divider with Colors
```html
Default
Neutral
Primary
Secondary
Accent
Success
Warning
Info
Error
```
### Divider in Different Positions
```html
```
### Horizontal Divider in Different Positions
```html
```
## Features
- Separates content vertically or horizontally
- Can be used with text or without text
- Responsive design that adapts to different screen sizes
- Multiple color options for visual distinction
- Positioning options (start, default, end)
- Horizontal and vertical variants
This component is useful for creating clear visual separation between sections of content, especially in forms, layouts, or content organization.