1.0.3 • Published 4 years ago

react-library-example-maryscar v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

react-library-example

Example for importing react component library.

NPM JavaScript Style Guide

Install

npm install --save react-library-example

Usage

import React, { Component } from 'react'

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

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

License

MIT © maryscar