0.0.9 • Published 11 months ago

dragsection v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Drag Section beta

Resources

Vue 3 + TypeScript + Vite

Example

<template>
<drag-section
  @up="upFn"
  :select="arr"
></drag-section>

</template>
<script setup lang="ts">
import DragSection from "dragsection";
import "dragsection/dist/style.css";
let arr = reactive(['1_5', '8_10'])
let upFn = (data) => {
  console.log(data)
}
</script>

License

MIT license.

Copyright (c) 2023-present Erveepp

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago