testing-libs
v1.0.0
Published
My first react library
Downloads
4
Readme
test-libs
My first react library
Install
npm install --save test-libs
Usage
import React, { Component } from 'react'
import MyComponent from 'test-libs'
import 'test-libs/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Rajaa