1.0.0 • Published 1 year ago

@smartyamit/sample-react-library v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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 ©

1.0.0

1 year ago