Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 873 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 873 Bytes

use-holderjs

NPM JavaScript Style Guide Build Status

working example: here

Install

npm install --save use-holderjs

Usage

import * as React from 'react'

import { useHolderjs } from 'use-holderjs'

const Example = () => {
  useHolderjs();
  return (
    <div>
      <img data-src="holder.js/300x200"/>
    </div>
  )
}

License

MIT © yoieh


This hook is created using create-react-hook.