npm install --save @kurted/react-custom-element
import * as React from 'react'
import { useMyHook } from '@kurted/react-custom-element'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
MIT © https://github.com/mastrero
This hook is created using create-react-hook.