0.1.5 • Published 6 months ago

vue-dnd-preview v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

vue-dnd-preview

vue dnd preview in non-React-Dnd-HTML5-Backend

INSTALL

npm i vue-dnd-preview -S

EXAMPLE

<script setup>
import DndPreview from "vue-dnd-preview";
</script>
<template>
    <dnd-preview>
        <div class="root">
            <div class="head">
                head
            </div>
            <div class="body">
                body
            </div>
        </div>
    </dnd-preview>
</template>

API

PropertyDescriptionTypeDefault Value
defaultPreview element nodeslot
zIndexPreview the z-index of the element nodenumber9999999
0.1.3

6 months ago

0.1.5

6 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago