Skip to content

Adds the capability of dragging and dropping parts of input

Notifications You must be signed in to change notification settings

looxis/vue-bulma-draggable-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-bulma-draggable-input

Project setup

get project

yarn add https://github.com/looxis/vue-bulma-draggable-input

or

npm install --save https://github.com/looxis/vue-bulma-draggable-input

import component

import DraggableInput from "vue-bulma-draggable-input";

connect component and pass data to it

Props

data

Type: String
Required: true

<draggable-input v-model="data"></draggable-input>

connect bulma styles to your component

import '../node_modules/bulma/css/bulma.css';

About

Adds the capability of dragging and dropping parts of input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published