Skip to content

eklemen/fill-murray-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fill Murray React Component

Quick filler images featuring none other than Bill Murray.

Example:

npm install --save fill-murray-react
# or
yarn add fill-murray-react
import FillMurray from 'fill-murray'

class App extends Component {
    render() {
      return (
        <div>
            <FillMurray
              w={400}
              h={200}
            />
        </div>
      );
    }
}
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.

About

React component to add Fill Murray filler images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published