windup-ui
v1.1.0
Published
Windup UI
Readme
windup-ui
Windup UI
Install
npm install --save windup-uiUsage
import * as React from 'react'
import MyComponent from 'windup-ui'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © carlosthe19916
