Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 489 Bytes

react-dynamic-fields

A ReactJS component to add new input fields dynamically.

Dynamic fields addition

Getting started:

Install:

npm install react-dynamic-fields

To load the component:

var DynamicFields = require("react-dynamic-fields");

Example:

Open the 'index.html' file from the 'sample' folder into your browser to see an example of usage.