Brevada / brv

Official Brevada Repository
http://brevada.com
2 stars 0 forks source link

Refactor Form Elements into individual files #199

Open noahnu opened 7 years ago

noahnu commented 7 years ago

Currently many form elements are declared in forms/Form.js. These elements can be separated into individual files and then imported and immediately exported into Form.js (essentially use Form.js to aggregate the different modules).