Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Float

Floatは、要素をコンテナの端に固定するために使用されるコンポーネントです。

ソース@yamada-ui/layouts

Props

FloatProps

offset

説明

Changes position offset, usually used when element has border-radius.

タイプ

UIValue<number | "px" | "2xl" | "lg" | "md" | "sm" | "xl" | ({} & string) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (string & {}) | "-0.5" | ... 100 more ... | "xs">

placement

説明

The placement of the float.

タイプ

FloatPlacement

デフォルト

start-end

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

BleedDivider