Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcnallydev/react-md-card
- Owner: mcnallydev
- License: mit
- Created: 2017-10-04T08:13:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T03:45:35.000Z (about 7 years ago)
- Last Synced: 2024-04-23T20:53:54.560Z (9 months ago)
- Topics: javascript, jsx, react
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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