@blastdom/components-mui-material-form
v0.0.1
Published
A library of MUI Material themed form components for BlastDOM, enhancing UI design with a cohesive set of styled elements.
Downloads
4
Readme
FramJet BlastDOM MUI Material Form Components
The @blastdom/components-mui-material-form
package provides MUI Material form
components that can be seamlessly integrated and used within BlastDOM applications.
Installation
You can install the package using npm, yarn or pnpm:
# With npm
npm install @blastdom/components-mui-material-form
# With Yarn
yarn add @blastdom/components-mui-material-form
# With PNPM
pnpm install @blastdom/components-mui-material-form
Components
| Name | MUI Material Component Form |
|---------------------------------|-----------------------------|
| mui.m.f.autocomplete
| AutoComplete |
| mui.m.f.textfield
| TextField |
| mui.m.f.select
| Select |
| mui.m.f.multi.select
| MultiSelect |
| mui.m.f.radio.button.group
| RadioButtonGroup |
| mui.m.f.checkbox.button.group
| CheckBoxButtonGroup |
| mui.m.f.checkbox
| CheckBox |
| mui.m.f.switch
| Switch |
| mui.m.f.password
| Password |
| mui.m.f.date.picker
| DatePicker |
| mui.m.f.date.time.picker
| DateTimePicker |
| mui.m.f.slider
| Slider |
| mui.m.f.toggle.button.group
| ToggleButtonGroup |
License
This project is licensed under the MIT License. See the LICENSE file for details.