kutlugsahin / vue-smooth-dnd

Vue wrapper components for smooth-dnd
MIT License
1.73k stars 250 forks source link

Do you have a CDN version? #167

Open Mashiane opened 4 years ago

Mashiane commented 4 years ago

Hi there

Do you happen to have a CDN version of this component please?

Thanks

msamohod commented 3 years ago

load these (from UNPKG or jsDelivr):

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/smooth-dnd"></script>
<script src="https://unpkg.com/vue-smooth-dnd"></script>

then register these components:

container: window.VueSmoothDnd.Container,
draggable: window.VueSmoothDnd.Draggable