.cache | ||
.vscode | ||
build | ||
dist | ||
src | ||
test | ||
themes | ||
.DS_Store | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
babel.config.js | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
What is Vue Formulate?
Vue Formualte is the easiest way to build forms using Vue. Key features include form and field validation, file uploads, form generation and a single-element fields with labels, help text, error messages, placeholders and lots more.
The syntax is what developers would expect:
<FormulateInput
v-model="value"
type="email"
name="email"
label="What is your email address"
help="Where should we contact you?"
validation="required|email"
/>
There's a lot more available to read at the documentation website.