Skip to content

datnguyen89/my-react-library

Repository files navigation

my-react-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'my-react-library'
import 'my-react-library/dist/index.css'

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

License

MIT © datnguyen89

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published