Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hussam-m/vue2-form-loading

A VueJS directive can be used with forms in order to disable submit button and make every input readonly after submitting
https://github.com/hussam-m/vue2-form-loading

form vue vuejs2

Last synced: 2 months ago
JSON representation

A VueJS directive can be used with forms in order to disable submit button and make every input readonly after submitting

Lists

README

        


Downloads
Version
License

# vue2-form-loading

A VueJS directive can be used with forms in order to disable submit button and make every input readonly after submitting

## Installation

```bash
npm install --save vue2-form-loading
```

## Usage
```js
import Vue from 'vue'
import formLoading from 'vue2-form-loading'
Vue.use(formLoading)
```

#### Basic form

```html


```

#### With custom loading text

```html


```

#### Using Bulma

```html

.
.
.
Send

```