firstlibtt
v1.0.1
Published
test for react
Readme
firstlib
test for react
Install
npm install --save firstlibUsage
import React, { Component } from 'react'
import MyComponent from 'firstlib'
import 'firstlib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © tugaytuna
