@uhl7792/use-star-wars-quote
v1.0.0
Published
>
Readme
@uhl7792/use-star-wars-quote
Install
npm install --save @uhl7792/use-star-wars-quoteUsage
import React, { Component } from 'react'
import { useMyHook } from '@uhl7792/use-star-wars-quote'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}License
MIT © danieluhl
This hook is created using create-react-hook.
