totally-react-materialui-formio

0.2.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i totally-react-materialui-formio

Weekly Downloads

18

Version

0.2.9

License

MIT

Unpacked Size

902 kB

Total Files

8

Last publish

Collaborators

  • csmith2401