1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/README.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2020-02-28 01:47:15 +03:00
<p align="center"><a href="https://vueformulate.com" target="_blank" rel="noopener noreferrer"><img width="100" src="https://assets.wearebraid.com/vue-formulate/logo.png" alt="VueFormulate"></a></p>
2018-02-01 01:20:29 +03:00
<p align="center">
2020-02-28 01:47:15 +03:00
<a href="https://travis-ci.org/wearebraid/vue-formulate"><img src="https://travis-ci.org/wearebraid/vue-formulate.svg?branch=master"></a>
<a href="https://www.npmjs.com/package/@braid/vue-formulate"><img alt="npm" src="https://img.shields.io/npm/v/@braid/vue-formulate"></a>
<a href="https://github.com/wearebraid/vue-formulate"><img alt="GitHub" src="https://img.shields.io/github/license/wearebraid/vue-formulate"></a>
</p>
[Documentation Website](https://vueformulate.com)
### 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:
```vue
<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](https://vueformulate.com).