vue-key-value-input

1.2.2 • Public • Published

vue-key-value-input

CircleCI codecov.io npmjs.org

Vuetify-based component that allows users to input a simple key/value map. Values can only be strings.

Documentation

Usage

<template>
  <key-value-input v-model="example" />
</template>

<script>
import KeyValueInput from 'vue-key-value-input';

export default {
  name: 'Component',
  components: { VueKeyValueInput },
  data: () => ({
    example: {}
  })
}
</script>

Dependents (0)

Package Sidebar

Install

npm i vue-key-value-input

Weekly Downloads

88

Version

1.2.2

License

none

Unpacked Size

151 kB

Total Files

28

Last publish

Collaborators

  • benoitaverty