Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

Rotate

Rotateは、2つの要素を回転させながら切り替えるアニメーションを提供するコンポーネントです。

ソース@yamada-ui/transitions

Props

RotateProps

from

必須

説明

Passing React elements to "from" is required.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

to

必須

説明

Passing React elements to "to" is required.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

as

説明

The HTML element to render.

タイプ

keyof ReactDOM

colorScheme

説明

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"

defaultValue

説明

You can set the initial state.

タイプ

RotateIdent

デフォルト

'from'

delay

説明

 The animation delay.

タイプ

number

デフォルト

0

disabled

説明

If true, the component is disabled.

タイプ

boolean

デフォルト

false

duration

説明

The animation duration.

タイプ

number

デフォルト

0.4

isDisabled

非推奨

説明

If true, the component is disabled.

非推奨

Use disabled instead.

タイプ

boolean

デフォルト

false

isReadOnly

非推奨

説明

If true, the component is readonly.

非推奨

Use readOnly instead.

タイプ

boolean

デフォルト

false

onChange

説明

This is a callback function that is called when the animation state changes.

タイプ

(value: RotateIdent) => void

readOnly

説明

If true, the component is readonly.

タイプ

boolean

デフォルト

false

rotate

説明

The animation rotation.

タイプ

number

デフォルト

45

size

説明

The size of the Rotate.

タイプ

string

value

説明

Use this when you want to control the animation from outside the component.

タイプ

RotateIdent

variant

説明

The variant of the Rotate.

タイプ

string

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

FlipScaleFade