html-refine
v1.0.0
Published
an util extracts duplicated html templates
Downloads
1
Readme
html-refine
an util extracts duplicated html templates
Install
npm install --save html-refine
Usage
import * as React from 'react'
import { useMyHook } from 'html-refine'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © ansrlm
This hook is created using create-react-hook.