wa-ui-library
v1.0.3
Published
playground
Downloads
2
Readme
wa-ui-library
playground
Install
npm install --save wa-ui-library
Usage
import React, { Component } from 'react'
import MyComponent from 'wa-ui-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © icew1nd