1.0.4 • Published 11 months ago
Last release11 months ago
bottom list with simple animation
Here's a result image:
Example Usage:
const users = [
{ id: '1', name: 'Amit Sharma' },
{ id: '2', name: 'Priya Gupta' },
{ id: '3', name: 'Vikram Singh' },
];
<BottomPopup
data={users}
listTitle="Sohail`s List"
themeColor='green'
onselectionConfirm={onselectionConfirm}
isVisible={openList}
/>