Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Divider

Dividerは、要素間において区切りを表すコンポーネントです。

ソース@yamada-ui/layouts

Props

DividerProps

colorScheme

説明

The visual color appearance of the component.

タイプ

"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"

orientation

説明

The orientation of the divider.

タイプ

"horizontal" | "vertical"

デフォルト

'horizontal'

size

説明

The size of the Divider.

タイプ

string

variant

説明

The variant of the Divider.

タイプ

"dashed" | "dotted" | "solid"

デフォルト

"solid"

GitHubでこのページを編集する

FloatAspectRatio