New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-form-builder7

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form-builder7

A complete form builder for react.

latest
Source
npmnpm
Version
3.3.8
Version published
Weekly downloads
16
-70.91%
Maintainers
1
Weekly downloads
 
Created
Source

React Form Builder 7

A complete react form builder that interfaces with a json endpoint to load and save generated forms.

  • Upgraded to React 16.8.6
  • Bootstrap 4.x, Font-Awesome 5.x
  • Use react-dnd for Drag & Drop
  • Save form data with dummy api server
  • Show posted data on readonly form
  • Multi column row
  • Custom Components

PUT BOOTSTRAP AND FONTAWESOME LINKS IN THE COMPONENT=>

Basic Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { AppFormBuilder } from 'react-form-builder-new'
import 'react-form-builder7/dist/app.css'

ReactDOM.render(<AppFormBuilder />, document.body)

Props

<AppFormBuilder lang="fa" dir="rtl" data={data} // data: title , id , ... json={json} // json previously made get_title // if you want get title from user when create onFormChange={handelChange} onEdit={handelEdit} message={message} // show message on form-builder header permission_answer // check permission access />

Keywords

react

FAQs

Package last updated on 11 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts