Collapse
The Collapse component from Superset's UI library.
Live Example
Loading component...
Try It
Edit the code below to experiment with the component:
Live Editor
function Demo() { return ( <Collapse bordered /> ); }
Result
Loading...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
ghost | boolean | false | - |
bordered | boolean | true | - |
accordion | boolean | false | - |
animateArrows | boolean | false | - |
modalMode | boolean | false | - |
Import
import { Collapse } from '@superset/components';
Improve this page
This documentation is auto-generated from the component's Storybook story. Help improve it by editing the story file.