Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

ScaleFade

ScaleFadeは、要素を次第に拡大して表示または縮小して非表示にするコンポーネントです。

ソース@yamada-ui/transitions

テーマ

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

export const ScaleFade: ComponentStyle<"ScaleFade"> = {
baseStyle: {
w: "100%",
},
defaultProps: {
scale: 0.95,
reverse: true,
},
}
Copied!

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

FadeSlide