<tangy-form>
A form element for lazy loaded multipage forms.
- Conforms to Material Design guidelines
- Loads of handy input elements such as
<tangy-gps>
. - Easy to write logic for the form for hiding / showing and disabling / enabled inputs.
Install in your project
<tangy-form>
is a Custom Element built with Polymer and can be used in frameworks such as Angular, React, and Vue. Check compatibility with your project's framework on Custom Elements Everywhere. If you are ready to go, run npm install --save tangy-form
to add it to your project. Depending on your build system/framework, there may be different steps to take to get Web Components loading.
Run the demo
Requires node.js and npm installed.
git clone https://github.com/tangerine-community/tangy-form
cd tangy-form
npm install
npm install -g polymer-cli
polymer serve
Then open http://localhost:8080