1.0.4 • Published 3 years ago

mono-two-components-rohit v1.0.4

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

mono-two-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save mono-two-components

Usage

import React, { Component } from 'react'

import MyComponent from 'mono-two-components'
import 'mono-two-components/dist/index.css'

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

License

MIT © rohitgbg