🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vue-dnd-preview

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-dnd-preview

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

latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

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

Keywords

vue

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts