Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Collapse

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

ソース@yamada-ui/transitions

テーマ

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

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

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

AiryFade