1.0.0 • Published 5 years ago
stratlib-sample v1.0.0
stratlib-sample
Testing some library creation
Install
npm install --save stratlib-sample
Usage
import React, { Component } from 'react'
import MyComponent from 'stratlib-sample'
import 'stratlib-sample/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © rejochandran
1.0.0
5 years ago