Separator

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

Import#

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

Usage#

The Separator 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 the separator#

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

Proudly made inNigeria by Segun Adebayo

Deployed by Vercel