New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@guidesmiths/react-form-builder

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidesmiths/react-form-builder

React from builder using json schema


Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
5
Weekly downloads
 
Created

react-form-builder

React form builder using json schema

NPM JavaScript Style Guide

Install

npm install --save @guidesmiths/react-form-builder

Usage

import React, { Component } from 'react'

import MyComponent from 'react-form-builder'
import 'react-form-builder/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

To contribute

  1. npm install
  2. npm start
  3. Open another tab and do cd example
  4. npm install
  5. npm start

See localhost:3000

Any change on the root src library will be reflected on the usage in the example folder.

Example

http://guidesmiths-react-form-builder.s3-website.eu-central-1.amazonaws.com/

License

MIT © Guidesmiths

FAQs

Package last updated on 12 Feb 2021

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