0.0.1 • Published 3 years ago

nae-react-hooks v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

nae-react-hooks

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save nae-react-hooks

Usage

import React, { Component } from 'react'

import MyComponent from 'nae-react-hooks'
import 'nae-react-hooks/dist/index.css'

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

License

MIT © newageerp

0.0.1

3 years ago