Skip to content

brandresumes/form-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriteSea Form Builder

AFB is a ReactJS Form Builder plugin that is easy to integrate in any react app. It also supports drag and drop updates of form elements.

alt text

Installation

Use the package manager npm to install.

npm install writesea-form-builder

Usage

import FormBuilder from "writesea-form-builder";

/// then use it as

const [items, setItems] = useState([]);

const formUpdate = (newItemsList) => {
  console.log(newItemsList);
  /// you can call an API to save form elements as soon as they are updated
};

<FormBuilder onUpdate={formUpdate} items={items} />

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published