How to put a Row on a card in react?

0

I want to put a row inside the ProperieCard component, how should I do this? Follow the code below.

<PropertieCard
  key={property.id}
  size="col s12 m6 l4"
  property={property}
  redirectPropertyPage={this.handleRedirectPropertyPage}
/>
    
asked by anonymous 27.06.2018 / 19:46

0 answers