Licence
MIT
Version
0.2.1
Deps
11
Size
884 kB
Vulns
0
Weekly
0
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