npm.io
0.2.1 • Published 2 years ago

totally-react-materialui-formio-2

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.

Screen Shot 2021-10-21 at 11 06 40 am

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