1.0.3 • Published 2 years ago

@irene-24/react-comp v1.0.3

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

react-comp

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @irene-24/react-comp

or

yarn add @irene-24/react-comp

Usage

import React, { Component } from 'react'

import MyComponent from 'react-comp'
import 'react-comp/dist/index.css'

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

License

MIT © Irene-24