Collapse
Collapse tag, a content area which can be collapsed and expanded.
Parameters
| Param | Type | Default | Description | 
|---|---|---|---|
| [accordion] | boolean | 
true | 
Works as an accordion | 
| [bordered] | string | 
false | 
Shows border | 
Example
<Collapse>
  <Panel value="Panel Header">
    <View><Header value="Hello world" /></View>
  </Panel>
</Collapse>