react-native-btr
Version:
React Native UI Components
17 lines (13 loc) • 400 B
Markdown
CollapsibleCard is a card with HIDE & SHOW feature.
[](https://github.com/ThakurBallary/react-native-btr-demo/tree/main/src/Components/CollapsibleCard.tsx)
Key | Type | Default
----|----|----
visible | boolean | false
style | object |
title | string |
titleStyle | object |
iconUp | string | expand-less
iconDown | string | expand-more
iconStyle | object |