Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

Collapse

Collapseは、要素を展開または折りたたんで表示するコンポーネントです。

ソース@yamada-ui/transitions

テーマ

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

export const Collapse: ComponentStyle<"Collapse"> = {
baseStyle: {
w: "100%",
},
defaultProps: {
animationOpacity: true,
startingHeight: 0,
endingHeight: "auto",
},
}
Copied!

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

トランジションFade