1.0.1 • Published 6 years ago
lotto-ui v1.0.1
lottostar-ui
Install
npm install --save lottostar-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'lottostar-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}