Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcnallydev/react-md-card

React Component Material Design Card.
https://github.com/mcnallydev/react-md-card

javascript jsx react

Last synced: 29 days ago
JSON representation

React Component Material Design Card.

Awesome Lists containing this project

README

        

# react-md-card

React Component Material Design Card.

## Installation

$ yarn add react-md-card

## Example
```javascript
import Card from 'react-md-card';

Example

```

## 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