Collapse
Collapse
は、要素を展開または折りたたんで表示するコンポーネントです。
テーマ
Collapse
は、単一パーツのコンポーネントです。
コンポーネントのスタイルを変更したい場合は、こちらをご覧ください。
export const Collapse: ComponentStyle<"Collapse"> = {baseStyle: {w: "100%",},defaultProps: {animationOpacity: true,endingHeight: "auto",startingHeight: 0,},}
GitHubでこのページを編集する