smart-form-builder
v1.1.2
Published
A dynamic form builder package for React with customizable styling using MUI.
Downloads
17
Maintainers
Readme
smart-form-builder
smart-form-builder
is a dynamic form builder package for React, leveraging Material UI (MUI) components to create customizable and versatile forms. It provides various field types and allows you to apply custom styles to each field.
Features
- Dynamic Field Types: Includes text, number, password, email, select, radio buttons, checkboxes, textarea, date picker, time picker, file upload, switch, and slider.
- Customizable Styles: Use the
sx
prop to apply custom styles to each field. - Easy Integration: Simple to integrate with any React application.
Dependencies
smart-form-builder
includes the following dependencies:
@mui/material
@emotion/react
@emotion/styled
These dependencies are bundled with the package, so you don’t need to install them separately in your project. However, make sure that your project’s version of these packages is compatible with the ones used in smart-form-builder
.
Installation
To install smart-form-builder
, run the following command:
npm install smart-form-builder