0.0.1 • Published 5 years ago
formulir v0.0.1
Formulir - Build instant Material UI forms
Formulir is a simple library for building instant forms with Material UI (MUI) components.
Installation
You’ll want to install Formulir and its peer-dependencies via yarn (or npm).
MUI Core
yarn add @mui/material @emotion/react @emotion/styledMUI Lab
yarn add @mui/lab date-fns @date-io/date-fnsFormulir
yarn add formulirNote : If you use ex. Next.js make sure server rendering is in Material UI (MUI), to make it easier, you can follow the sample project from the Material UI documentation.
Setup
DatePicker and TimePicker
// App.js
import AdapterDateFns from '@mui/lab/AdapterDateFns'
import LocalizationProvider from '@mui/lab/LocalizationProvider'
function App() {
return (
<LocalizationProvider dateAdapter={AdapterDateFns}>
...
</LocalizationProvider>
)
}Examples
- CodeSandbox
- Documentation (coming soon)
1.0.0-beta.5
4 years ago
1.0.0-beta.4
4 years ago
1.0.0-beta.2
4 years ago
1.0.0-beta.3
4 years ago
1.0.0-beta
4 years ago
1.0.0-beta.1
4 years ago
0.0.1
5 years ago