Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Airy

Airyは、2つの要素をふわっと切り替えるアニメーションを提供するコンポーネントです。

ソース@yamada-ui/transitions

テーマ

Airyは、単一パーツのコンポーネントです。

export const Airy: ComponentStyle<"Airy"> = {
baseStyle: {
userSelect: "none",
width: "fit-content",
_disabled: {
cursor: "not-allowed",
opacity: 0.4,
},
_readOnly: {
cursor: "default",
},
},
variants: {},
sizes: {},
defaultProps: {},
}
Copied!

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

トランジションCollapse