vonder-use-hooks
v1.0.3
Published
use-hooks
Downloads
3
Readme
use-hooks
use-hooks
Install
npm install --save use-hooks
Usage
import React, { Component } from 'react'
import {useImageLoaded} from 'use-hooks'
Function Example() {
const isLoaded = useImageLoaded(image file)
return (
<div>
<h2>Test</h2>
</div>
)
}
License
MIT © minnyww