react-dntel-form
v1.0.8
Published
A react package which exports a form hook called useDntelForm
Readme
react-dntel-form
A react package which exports a form hook called useDntelForm which has an example use of something like this demo
Installation
Using npm:
npm install react-dntel-formExample Usage
const {
FormComponent,
changes,
activeSection,
expandedSections,
lastChanged,
expandAll,
collapseAll,
scrollToSection,
expandSection,
editMode,
setEditMode
} = useDntelForm(initialData: any, id?: string)
