Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

List

Listは、リストを表示するコンポーネントです。デフォルトでは、ul要素をレンダリングします。

ソース@yamada-ui/list

Props

ListIconProps

size

非推奨

説明

The CSS font-size property.

非推奨

Use fontSize instead.

タイプ

UIValue<number | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "large" | "medium" | "small" | "x-large" | "x-small" | "xx-large" | "xx-small" | "xxx-large" | ... 17 more ... | "xs">

ListItemProps

ListProps

stylePosition

説明

The CSS list-style-position property.

タイプ

UIValue<ListStylePosition>

styleType

説明

The CSS list-style-type property.

タイプ

UIValue<ListStyleType>

デフォルト

'none'

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

KbdCard