aurelia-form
Version:
Makes working with forms just a tad more pleasant.
35 lines (32 loc) • 1.26 kB
Markdown
# Summary
* [Introduction](readme.md)
* [Installation](installation.md)
* [Configuration](configuration.md)
* [Quick start](quick-start.md)
* [Changelog](CHANGELOG.md)
* [License](license.md)
## API
* [decorators](./decorators.md)
* [aurelia-form](component/aurelia-form.md)
* [entity-form](component/entity-form.md)
* [form-button](component/form-button.md)
* [form-checkbox](component/form-checkbox.md)
* [form-element](component/form-element.md)
* [form-error](component/form-error.md)
* [form-group](component/form-group.md)
* [form-help](component/form-help.md)
* [form-input](component/form-input.md)
* [form-label](component/form-label.md)
* [form-radio](component/form-radio.md)
* [form-select](component/form-select.md)
* [form-textarea](component/form-textarea.md)
* [form-association](component/form-association.md)
## Cookbook
* [Custom elements](cookbook/custom-elements.md)
* [Setting up validation](cookbook/setting-up-validation.md)
* [Element sorting](cookbook/element-sorting.md)
* [Changing css framework](cookbook/changing-css-framework.md)
* [Aliases](cookbook/aliases.md)
* [Auto submit button](cookbook/auto-submit-button.md)
* [Exclude from form](cookbook/exclude-from-form.md)
* [Overriding templates](cookbook/overriding-templates.md)