Airy
Airy
は、2つの要素をふわっと切り替えるアニメーションを提供するコンポーネントです。
テーマ
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: {},}
GitHubでこのページを編集する