react-publishfirst
v1.1.0
Published
Made with create-react-library
Downloads
3
Readme
publishfirst
Made with create-react-library
Install
npm install --save publishfirst
Usage
import React, { Component } from 'react'
import MyComponent from 'publishfirst'
import 'publishfirst/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ramazanncelik