Skip to content

Text Editing in place, the easy way. Easily edit text content, labels, instantly in-place, within your Vue application.

Notifications You must be signed in to change notification settings

imadx/vue-live-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Live Edit

Text Editing in place, the easy way

Installation

1. Install using npm

npm install --save vue-live-edit

2. Import Vue and vue-live-edit

import Vue from 'vue'  
import LiveEdit from 'vue-live-edit'  
Vue.use(LiveEdit);

3. Include components with your app

Within your Vue app, use, <live-edit></live-edit> as a Vue.component, with the following options.

<live-edit
    v-model="value"
    :editable="isEditable"
    placeholder="placeholder on edit"
    :multiline="true"
    >
</live-edit>

The value, and isEditable props can be reactive.

About

Text Editing in place, the easy way. Easily edit text content, labels, instantly in-place, within your Vue application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published