1.0.3 • Published 8 months ago

neoreactlibtest v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

reactlibtest

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save reactlibtest

Usage

import React, { Component } from 'react'

import MyComponent from 'reactlibtest'
import 'reactlibtest/dist/index.css'

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

License

MIT © rbelavad

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago