packagex-io / bubbles-react-native

A React Native UI Kit
MIT License
1 stars 1 forks source link

Card #2

Open vpanyushenko opened 2 years ago

vpanyushenko commented 2 years ago

The card is the container for just about everything in bubbles. All sections of data are structured into cards. Cards have an optional Header and Footer component and the content slotted into the component.

<Card>
      <CardHeader/>
      //card content goes here
      <CardFooter/>
</Card>

https://bubbles-pied.vercel.app/card

vpanyushenko commented 1 year ago

Do we need this component still? Seems like each TableRow is it's own card. Do we not need this anymore?