1
0
mirror of synced 2025-01-19 17:01:43 +03:00
Justin Schroeder 6b21b630c7
Merge pull request #8 from wearebraid/typo-fix
fixes classname typos in snow.css, formulatefiles component, and inpu…
2020-03-02 13:54:41 -05:00
2020-02-28 23:30:43 -05:00
2020-03-02 01:34:18 -05:00
2018-01-30 17:21:21 -05:00
2020-02-27 23:46:25 -05:00
2020-02-27 23:49:55 -05:00
2019-11-01 14:35:06 -04:00
2020-02-27 22:36:53 -05:00
2020-02-29 01:00:19 -05:00
2020-02-29 01:00:19 -05:00
2020-02-29 04:40:28 +01:00

VueFormulate

npm GitHub

Documentation Website

What is Vue Formulate?

Vue Formulate 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"
/>

✓ Create any input element with a single component
✓ Supports Vue v-model binding
Re-populate an entire form from a single object
Generate a form using json
✓ Easy to add field labels
✓ Easy to add help text
✓ Easy to add form validation
✓ Easy to add custom validation rules
✓ Easy to modify validation messages
✓ Easy to add custom inputs

There's a lot more available to read at the documentation website.

Description
No description provided
Readme 4.2 MiB
Languages
JavaScript 58.4%
TypeScript 26.6%
Vue 14.8%
Makefile 0.2%