react-material-design-lite icon indicating copy to clipboard operation
react-material-design-lite copied to clipboard

Card Issues

Open samrocksc opened this issue 10 years ago • 1 comments

I've been pondering cards and it seems to me that you have to build this one pretty loose for userland. I think this module is going to be hard to understand sans documentation.

Our children first concept has worked pretty good so far, but I think with a couple components we are going to hit some snags..

It mainly goes down to the fact that most cards are going to be CSS themed(or should be). It'd be sweet if we could rebuild them with flexbox.

samrocksc avatar Dec 10 '15 06:12 samrocksc

Card Proposal Layout:

<Card>
  <CardTitle>
    <CardTitleText></CardTitleText>
  </CardTitle>
  <CardTitleMedia></CardTitleMedia>
  <CardTitleText></CardTitleText>
  <CardTitleActions></CardTitleActions>
  <CardMenu></CardMenu>
</Card>

samrocksc avatar Dec 16 '15 19:12 samrocksc