https://github.com/ph-fritsche/liform-material
Symfony Forms with Material-UI
https://github.com/ph-fritsche/liform-material
liform material-ui react theme
Last synced: 2 months ago
JSON representation
Symfony Forms with Material-UI
- Host: GitHub
- URL: https://github.com/ph-fritsche/liform-material
- Owner: ph-fritsche
- License: mit
- Created: 2020-06-13T12:52:53.000Z (about 5 years ago)
- Default Branch: alpha
- Last Pushed: 2023-03-05T00:07:42.000Z (over 2 years ago)
- Last Synced: 2025-04-01T15:13:50.727Z (3 months ago)
- Topics: liform, material-ui, react, theme
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/ph-fritsche/liform-material)
# 
Theme for [Liform React Final](https://ph-fritsche.github.io/liform-react-final/).
Turn your [Symfony Forms](https://symfony.com/doc/current/components/form.html) into [Material](https://material.io/) themed [React](https://reactjs.org/) components.
## Installation
Install via yarn from [npmjs.com](https://www.npmjs.com/package/liform-material)
```
yarn add liform-material
```## Usage
```jsx
import { Liform } from 'liform-react-final'
import MaterialTheme from 'liform-material'const myFormComponent = (
)
```