1.1.3 • Published 4 years ago

react-dadjokes v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-dadjokes

ever wanted a random dad joke in your ReactJs project? Well here it is! This is a simple React Component using the API icanhazdadjoke. Just install with NPM or Yarn and include anywhere in your project you'd like a random dad joke!

NPM JavaScript Style Guide

Install

npm install --save react-dadjokes

Usage

import React, { Component } from 'react'

import DadJokesComponent from 'react-dadjokes'
import 'react-dadjokes/dist/index.css'

class Example extends Component {
  render() {
    return <DadJokesComponent />
  }
}

License

MIT © matthewBeckwith

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago