/liform-material

Symfony Forms with Material-UI

Primary LanguageJavaScriptMIT LicenseMIT

codecov

Liform Material

Theme for Liform React Final.

Turn your Symfony Forms into Material themed React components.

Installation

Install via yarn from npmjs.com

yarn add liform-material

Usage

import { Liform } from 'liform-react-final'
import MaterialTheme from 'liform-material'

const myFormComponent = (
  <Liform
    // liformProps as provided by Pitch/Liform
    {...liformProps}
    // add the material theme
    theme={MaterialTheme}
  />
 )