Fidely UI v1 beta is now available!. 🚀

Divider

Used to display line separator between elements.

Usage

import { Divider } from '@fidely-ui/react'
<Divider />

Examples

Horinnzontal

Use the orientation prop horinzontal to change the Divider.

Vertical

Use the orientation prop vertical to change the Divider.

Color and Thickness

Use the color or thickness prop to change the Divider.

Props

Divider

PropTypeDefaultDescription
colorsting-he color of the divider.
thicknessstring-The thickness of the divider..
orientation"horinzontal" | "vertical""horinzontal"The orientation of the divider.

On this page