Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion user-interface-components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A HTML form on a web page allows a user to enter data that is sent to a server f
+ **[Ladda](https://github.com/hakimel/Ladda)**: Buttons with built-in loading indicators.
+ **[Native form elements](http://nativeformelements.com/)**: This is what every HTML5 form element looks like on your current operating system and browser.
+ **[Redux Form](https://github.com/erikras/redux-form)**: A Higher Order Component using react-redux to keep form state in a Redux store.
+ **[SmarkForm](https://smarkform.bitifet.net)**: A low-code HTML form enhancer with nested forms, variable-length lists, hotkeys and more.
+ **Serializers**: Libraries for collecting form data in JavaScript.
+ **[form2js](https://github.com/maxatwork/form2js)**: Convenient way to collect structured form data into JavaScript object.
+ **[jQuery.serializeObject](https://github.com/hongymagic/jQuery.serializeObject)**: Encode a set of form elements as a JSON object for manipulation/submission.
Expand All @@ -36,4 +37,4 @@ A HTML form on a web page allows a user to enter data that is sent to a server f

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

Please provide a link back to this repository. This is not necessary for GitHub forks.
Please provide a link back to this repository. This is not necessary for GitHub forks.