Separator

Separator is a component that represents a division between elements.


Usage

import { Separator } from "@yamada-ui/react"
<Separator />

Change Variant




Change Size





Change Color

To change the color, set borderColor.



Vertical

First


Second

Label

Label



Label


Label


Props

Similar Components

ZStack

ZStack is used to stack child elements in depth.

VStack

VStack is used to stack child elements vertically.

Wrap

Wrap is a component that has wrap set on Flex. It inherits convenient style shorthand from Flex.

Stack

Stack is a component that groups elements and provides spacing between child elements.

Spacer

Spacer is a component used to add space between elements.

SimpleGrid

SimpleGrid is a component that makes Grid simpler and more user-friendly.

Group

Group is a component that groups and attaches multiple elements together.

HStack

HStack is used to stack child elements horizontally.