0.0.8 • Published 3 years ago

use-holderjs v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

0.0.9-0

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago