Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

List

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

ソース@yamada-ui/list

Props

ListProps

stylePosition

説明

The CSS list-style-position property.

タイプ

UIValue<ListStylePosition>

styleType

説明

The CSS list-style-type property.

タイプ

UIValue<ListStyleType>

デフォルト

'none'

ListIconProps

size

非推奨

説明

The CSS font-size property.

非推奨

Use fontSize instead.

タイプ

UIValue<number | (string & {}) | "small" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "3xl" | "4xl" | "large" | ... 13 more ... | "9xl">

ListItemProps

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

KbdCard