Divider

Dividers are used to visually separate content in a list or group.

Import#

import { Divider } from '@chakra-ui/react'

Usage#

The Divider displays a thin horizontal or vertical line, and renders an hr tag.

Changing the orientation#

Pass the orientation prop and set it to either horizontal or vertical.

If the vertical orientation is used, make sure that the parent element is assigned a height.

Adding content within a Divider#

In some cases, you might want to add content within a divider. To do this, you can compose the Divider and AbsoluteCenter components.

Composition#

Proudly made inNigeria by Segun Adebayo

Deployed by Vercel