AdeleD / react-dynamic-fields

A ReactJS component to add multiple input fields dynamically
7 stars 3 forks source link

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.