react-form-containment
v1.0.0
Published
flexible UX by containment-style definitions
Downloads
7
Readme
react-form-containment
flexible UX by containment-style definitions
Install
npm install --save react-form-containment
Usage
import React, { Component } from 'react'
import MyComponent from 'react-form-containment'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © wooheemusic