Base de jd package
npm install --save @juhand777/react-web-componentsimport React, { Component } from 'react'
import { useMyHook } from '@juhand777/react-web-components'
const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}MIT © Johan
This hook is created using create-react-hook.