1.0.0 • Published 6 years ago
demo-react-library2 v1.0.0
demo-react-library2
reusable react component
Install
npm install --save demo-react-library2
Usage
import React, { Component } from 'react'
import MyComponent from 'demo-react-library2'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
gpl-3.0 © radicalloop
1.0.0
6 years ago