CardView
for card elements
const AccordionBox = () => {
return <CardView></CardView>;
};
export default AccordionBox;
Api References
Parameter | Type | Description |
---|---|---|
bg | string | background color |
ws | number | width |
ht | number | height |
bd | number | borderRadius |
el | string | elevation |
sc | string | shadowColor |
sfw | number | shadowOffset Width |
sfh | number | shadowOffset height |
sho | number | shadowOpacity |
sR | number | shadowRadius |
style | any | your custom styles |