1.0.6 • Published 5 years ago
@jamshaidazeem/test-react-lib v1.0.6
test-react-lib
Made with create-react-library
Install
npm install --save test-react-libUsage
import React, { Component } from 'react'
import MyComponent from 'test-react-lib'
import 'test-react-lib/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © jamshaidazeem