vuetify-single-field-dialogue

1.0.0 • Public • Published

vuetify-single-field-dialogue

A simple little dialogue editor for text fields with vuetify

Install

$ npm install vuetify-single-field-dialogue --save

Then in your main.js file, this also works with single file components via the components property.

import Vue from 'vue'
import Vuetify from 'vuetify'
import SingleFieldDialogue from 'single-field-dialogue';

Vue.use(Vuetify)

Vue.component('single-field-dialogue', SingleFieldDialogue);

Props

Name Type Default Description
multiLine Boolean false Sets if the input will be single or multi-line
value String Quick Dialogue Button Starting Value
title String primary Sets title of dialogue box

Readme

Keywords

none

Package Sidebar

Install

npm i vuetify-single-field-dialogue

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.81 kB

Total Files

3

Last publish

Collaborators

  • infamoustrey