@jsjoeio/react-use-star-wars-quote
v1.0.0
Published
a custom React Hook that gives you a Star Wars quote
Downloads
6
Readme
@jsjoeio/react-use-star-wars-quote
a custom React Hook that gives you a Star Wars quote
Install
npm install --save @jsjoeio/react-use-star-wars-quote
Usage
import React, { Component } from 'react'
import { useMyHook } from '@jsjoeio/react-use-star-wars-quote'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
MIT © jsjoeio
This hook is created using create-react-hook.