Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wearebraid/vue-formulate
⚡️ The easiest way to build forms with Vue.
https://github.com/wearebraid/vue-formulate
error-handling form forms generation input inputs v-model validation vue
Last synced: 27 days ago
JSON representation
⚡️ The easiest way to build forms with Vue.
- Host: GitHub
- URL: https://github.com/wearebraid/vue-formulate
- Owner: wearebraid
- License: mit
- Created: 2019-10-07T14:13:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T23:19:06.000Z (over 1 year ago)
- Last Synced: 2024-05-01T10:06:38.468Z (6 months ago)
- Topics: error-handling, form, forms, generation, input, inputs, v-model, validation, vue
- Language: JavaScript
- Homepage: https://vueformulate.com
- Size: 3.6 MB
- Stars: 2,235
- Watchers: 30
- Forks: 244
- Open Issues: 126
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### 🚀 Looking for Vue 3 support? Checkout [FormKit](https://www.formkit.com) — the best way to build forms with Vue 3.
## What is Vue Formulate?
Vue Formulate is the easiest way to build forms with Vue. Please read the [comprehensive documentation](https://vueformulate.com) for live code examples and guidance on using Vue Formulate in your own projects.
Key features
😎 Developer happiness
Forms are everywhere, yet surprisingly tedious to author — well, not anymore. Vue Formulate provides a powerful and flexible API to developers that makes complex form creation a breeze.
☝️ A single input element
With Vue Formulate you don't need to remember the names of a dozen components — all form elements are created with a single component. Easy!
💪 Grouped fields
Vue Formulate ships with repeatable field groups out of the box. Create complex UIs such as multi-person booking forms with ease.
🎯 Built-in validation
Ridiculously easy validation out-of-the-box to handle 95% of use-cases. Help text, validation rules, and validation messages are simple props. Need more? You can add custom validations too.
🔌 Plugin system
Extend Vue Formulate's functionality or reuse custom inputs, validation rules, and messages across projects by tapping into the plugin system. Make your plugin open source to share with others!
✨ Generate forms
Generate an entire form from JSON. Vue Formulate includes a schema to allow you to render complex forms from JSON with groups, wrappers, and custom components.
🎨 Styling Control
With provided class props you can add your own set of style classes globally or on a case-by-case basis. Tailwind? No problem. Bootstrap? You're covered. Roll your own? Right on, it’s supported.
🔍 Scoped Slots
Need even more control over your form’s markup? Vue Formulate ships with full scoped slots support so that you can globally or selectively provide your own markup.
🌐 Internationalization
Thanks to the wonderfully collaborative Vue community, Vue Formulate ships with support for over a dozen languages which are selectively importable to keep bundle size light.
These features and many more are covered thoroughly at the [documentation website](https://vueformulate.com).
## Contributing
Vue Formulate is and always will be _free_ and _open source_. There are many ways available for you to [contribute to Vue Formulate](https://vueformulate.com/guide/contributing/).#### Core Codebase Contributors
This project exists thanks to all the people who volunteer their time to [contribute](https://vueformulate.com/guide/contributing/)
#### Localization Contributors
Vue Formulate is translated into different languages by volunteer native language speakers. Localizations are located in the [Vue Formulate Internationalization repo](https://github.com/wearebraid/vue-formulate-i18n).
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2020-present, [Braid LLC](https://www.wearebraid.com/)