Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 554 Bytes

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';