react-md-card
v0.0.5
Published
React Component Material Design Card.
Readme
react-md-card
React Component Material Design Card.
Installation
$ yarn add react-md-cardExample
import Card from 'react-md-card';
<Card>
<p>Example</p>
</Card>Props
Name | Description | Default/Required | Type ------|-------------|----------|----------- overflowHidden | Set overflow | hidden/none optional | bool noPadding | Remove padding. | false/optional | bool noMargin | Remove margin. | false/optional | bool full | Remove borders on responsive. | false/optional | bool
