Disclosure
Useful for creating regions of content that can expand/collapse. It helps to hide content that's not immediately relevant to the user.
im hide/show
Props
Prop | Type | Description |
---|---|---|
children | ReactNode | The content to render |
as | ReactNode | The action content to render |
isVisible | Boolean | Whether it is visible or not |
hasMarginBottom | Boolean | Whether it should have margin bottom or not |
Examples
todo