Skip to content

mcnallydev/react-md-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-md-card

React Component Material Design Card.

Installation

$ yarn add react-md-card

Example

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

Releases

No releases published

Packages

No packages published