totally-react-materialui-formio-2
v0.2.1
Published
React Material renderer for form.io forms.
Downloads
3
Readme
This is a clone of 4gsim/react-material-formio, which is an incomplete attempt to implement a react material-ui rendering engine for formio, using FormIO Custom Components. We (Totally) have modified it to use the Outlined variants.
Status
TextField, TextArea and Select input fields seem to be working.
Usage
import React, { Component } from 'react'
import MyComponent from 'react-material-formio'
import 'react-material-formio/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © 4gsim