Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eklemen/fill-murray-react
React component to add Fill Murray filler images.
https://github.com/eklemen/fill-murray-react
Last synced: about 2 months ago
JSON representation
React component to add Fill Murray filler images.
- Host: GitHub
- URL: https://github.com/eklemen/fill-murray-react
- Owner: eklemen
- Created: 2017-10-01T19:40:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T00:08:57.000Z (about 7 years ago)
- Last Synced: 2024-10-28T00:06:02.329Z (2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Fill Murray React Component
**Quick filler images featuring none other than Bill Murray.**
### Example:
```sh
npm install --save fill-murray-react
# or
yarn add fill-murray-react
```
```jsx
import FillMurray from 'fill-murray'class App extends Component {
render() {
return (
);
}
}
```| Prop | Default | Definition |
|:-:|:-:|:-:|
| `w` | `300` | Width |
| `h` | `300` | Height |
| `grayscale` | `false` | Uses grayscale image |All props are optional. You can pass any aditional props, they simply get applied to component.
Credit to http://www.fillmurray.com/ for hosting the images.