Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.