# @mutt/widgets-vue

> Mutt forms - VueJS integration

Latest version **3.8.0** (published 2021-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @mutt/widgets-vue
pnpm add @mutt/widgets-vue
yarn add @mutt/widgets-vue
bun add @mutt/widgets-vue
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.8.0 |
| Published | 2021-04-30 |
| First published | 2019-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 125 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bought By Many |
| Maintainers | stevenroberts-bbm, lcgreen, chris.stroud, nicksnell, andypattendenbbm, samhicks1985, shaunkrd, guyf, ant_p, muttbot, andyflynn-bbm, purepear, alexrussell, batornator, sugarbits, denis.gruba-bbm |
| Keywords | mutt-forms, vue, vuejs, forms, htmlforms, form, mutt |

## Links

- npm: https://www.npmjs.com/package/@mutt/widgets-vue
- npm.io page: https://npm.io/package/@mutt/widgets-vue

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 3.8.0 (latest) — 2021-04-30
- 3.6.0-beta.0 (remove-tel-field-beta-0) — 2021-03-08
- 3.4.1-beta.0 (formatter-fix-beta) — 2021-02-12
- 3.4.0-beta.0 (tel-field-beta-0) — 2021-01-22
- 3.3.0-beta.0 (beta) — 2021-01-07
- 3.1.0-beta.0 (custom-label-content) — 2020-11-16
- 3.7.0 — 2021-03-09
- 3.6.2 — 2021-03-09
- 3.6.1 — 2021-03-09
- 3.6.0 — 2021-03-08
- 3.5.0 — 2021-03-04
- 3.4.1 — 2021-02-12
- 3.4.0 — 2021-01-28
- 3.3.2 — 2021-01-21
- 3.3.1 — 2021-01-20
- … 21 more at https://npm.io/package/@mutt/widgets-vue/versions

## README

<img src="https://raw.githubusercontent.com/boughtbymany/mutt-forms-vue/master/docs/mutt-vue.svg?sanitize=true" alt="Mutt Vue" width="275">

# Mutt Forms Vue

> A VueJS plugin for Mutt Forms.

![Build Status](https://travis-ci.org/boughtbymany/mutt-forms-vue.svg?branch=master)

Mutt Forms Vue integrates [Mutt Forms](https://github.com/boughtbymany/mutt-forms) with
[VueJS](https://vuejs.org/) to allow for forms to be rendered using Vue.

Full documentation is available [here](https://nicksnell.gitbooks.io/mutt-forms-vue/).

### Installation

The easiest way to get started with Mutt Forms Vue is to install via Yarn:

`npm install mutt-forms-vue`

### Integrating with Vue

Mutt Forms Vue is a standard Vue plugin, in the simplest case it can be installed
like so:

``` javascript
import Vue from 'vue'
import MuttVue from 'mutt-forms-vue'

Vue.use(MuttVue)
```

##### Read more
* [Overview](docs/overview.md)
* [Usage](docs/usage.md)
* [Widgets](docs/widgets.md)
* [Events](docs/events.md)
* [Advanced Concepts](docs/advanced.md)
* [Github](https://github.com/boughtbymany/mutt-forms-vue)

---
_Source: https://npm.io/package/@mutt/widgets-vue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
