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