0.0.2 • Published 2 years ago

@stt_wada/sample-react-library v0.0.2

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

sample-react-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save sample-react-library

Usage

import React, { Component } from 'react'

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

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

License

MIT © stt_wada

0.0.2

2 years ago

0.0.1

2 years ago