CollapseProps
external interface CollapseProps : StandardProps, TransitionProps, PropsWithChildren, PropsWithClassName, PropsWithSx(source)
Properties
Link copied to clipboard
Override or extend the styles applied to the component.
Link copied to clipboard
The width (horizontal) or height (vertical) of the container when collapsed.
Link copied to clipboard
The component used for the root node. Either a string to use a HTML element or a component.
Link copied to clipboard
The transition orientation.
Link copied to clipboard
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)