from
必須説明
Passing React elements to "from" is required.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>Yamada UIにスターをあげる
スターRotateは、2つの要素を回転させながら切り替えるアニメーションを提供するコンポーネントです。
説明
Passing React elements to "from" is required.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>説明
Passing React elements to "to" is required.
タイプ
ReactElement<any, string | JSXElementConstructor<any>>説明
The HTML element to render.
タイプ
keyof IntrinsicElements説明
The visual color appearance of the component.
タイプ
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"説明
You can set the initial state.
タイプ
RotateIdentデフォルト
'from'説明
The animation delay.
タイプ
numberデフォルト
0説明
If true, the component is disabled.
タイプ
booleanデフォルト
false説明
The animation duration.
タイプ
numberデフォルト
0.4説明
If true, the component is disabled.
非推奨
Use disabled instead.
タイプ
booleanデフォルト
false説明
If true, the component is readonly.
非推奨
Use readOnly instead.
タイプ
booleanデフォルト
false説明
This is a callback function that is called when the animation state changes.
タイプ
(value: RotateIdent) => void説明
If true, the component is readonly.
タイプ
booleanデフォルト
false説明
The animation rotation.
タイプ
numberデフォルト
45説明
The size of the Rotate.
タイプ
string説明
Use this when you want to control the animation from outside the component.
タイプ
RotateIdent説明
The variant of the Rotate.
タイプ
stringGitHubでこのページを編集する