Collapse
Collapse
is a component that allows you to expand or collapse an element for display.
Theming
The Collapse
is a single part component.
If you want to change the style of the component, please check here.
export const Collapse: ComponentStyle<"Collapse"> = {baseStyle: {w: "100%",},defaultProps: {animationOpacity: true,endingHeight: "auto",startingHeight: 0,},}
Edit this page on GitHub