1.0.0 • Published 7 years ago
vuetify-single-field-dialogue v1.0.0
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 |
1.0.0
7 years ago