1
0
mirror of synced 2025-01-19 17:01:43 +03:00
2020-02-27 17:33:29 -05:00
2020-02-27 14:47:24 -05:00
2020-02-27 14:47:24 -05:00
2020-02-27 14:47:24 -05:00
2018-01-30 17:21:21 -05:00
2019-10-31 10:25:06 -04:00
2019-11-01 14:35:06 -04:00
2020-02-27 14:49:45 -05:00

VueFormulate

[![Build Status](https://travis-ci.com/wearebraid/vue-formulate-next.svg?token=4eHp5aiDcHwjrb1T8zpy&branch=version-2)](https://travis-ci.com/wearebraid/vue-formulate-next) ![GitHub](https://img.shields.io/github/license/wearebraid/vue-formulate)

Documentation Website

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.

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