JSPM

fill-murray-react

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q23949F

Filler image with Bill

Package Exports

  • fill-murray-react

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fill-murray-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.