All Projects → wangdabaoqq → Vue Drag Tree

wangdabaoqq / Vue Drag Tree

Licence: mit
基于Vue的拖拽组织树

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Vue Drag Tree

Angular Tree Dnd
Display tree table (or list) & event Drap & Drop (allow drag multi tree-table include all type: table, ol, ul) by AngularJS
Stars: ✭ 146 (+48.98%)
Mutual labels:  tree, drag
vue-sortable-tree
vue tree draggable, drag item sort
Stars: ✭ 87 (-11.22%)
Mutual labels:  tree, drag
Dsladapter
🔥 Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等
Stars: ✭ 231 (+135.71%)
Mutual labels:  tree, drag
Vue Drag Tree
🌴🌳a Vue's drag and drop tree component || 🌾Demo
Stars: ✭ 337 (+243.88%)
Mutual labels:  tree, drag
vue2-data-tree
A tree that data is lazy loaded. Support dragging node, checking node, editing node's name and selecting node.
Stars: ✭ 41 (-58.16%)
Mutual labels:  tree, drag
Vue Drag Tree Table
vue 可以拖拽排序的树形表格
Stars: ✭ 488 (+397.96%)
Mutual labels:  tree, drag
Splay Tree
Fast splay-tree data structure
Stars: ✭ 80 (-18.37%)
Mutual labels:  tree
Ninaselectionview
Way to select your buttons.
Stars: ✭ 87 (-11.22%)
Mutual labels:  drag
Phototweaks
Drag, Rotate, Scale and Crop
Stars: ✭ 1,214 (+1138.78%)
Mutual labels:  drag
Exploretrees Sg
🌳 Explore Trees in Singapore 🇸🇬
Stars: ✭ 68 (-30.61%)
Mutual labels:  tree
Cardsstack
An awesome set of cards at your disposal ✌️ ⚡️
Stars: ✭ 97 (-1.02%)
Mutual labels:  drag
Treeviz
Tree diagrams with JavaScript 🌲 📈
Stars: ✭ 95 (-3.06%)
Mutual labels:  tree
Behavior Tree
🌲 Manage React state with Behavior Trees
Stars: ✭ 85 (-13.27%)
Mutual labels:  tree
Hands On Algorithmic Problem Solving
A middle-to-high level algorithm book designed with coding interview at heart!
Stars: ✭ 1,227 (+1152.04%)
Mutual labels:  tree
Astq
Abstract Syntax Tree (AST) Query Engine
Stars: ✭ 89 (-9.18%)
Mutual labels:  tree
Redmine issues tree
Provides a tree view of the Redmine issues list
Stars: ✭ 79 (-19.39%)
Mutual labels:  tree
Envh
Go helpers to manage environment variables
Stars: ✭ 95 (-3.06%)
Mutual labels:  tree
Pidtree
🚸 Cross platform children list of a PID.
Stars: ✭ 76 (-22.45%)
Mutual labels:  tree
V Dragged
Vue directive plugin for drag event detection.
Stars: ✭ 84 (-14.29%)
Mutual labels:  drag
Overlaycontroller
OverlayController easily pop your custom view and provide optional transition animation. written in swift 5.0
Stars: ✭ 94 (-4.08%)
Mutual labels:  drag

vue-drag-tree-org

内容列表

安装

# use npm
npm install vue-drag-tree-org

# use yarn
yarn add vue-drag-tree-org

使用

# use
import VueDragTreeOrg from 'vue-drag-tree-org'

Vue.use(VueDragTreeOrg)

# or use
components: {
  VueDragTreeOrg
}

CDN

# css
<link  rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/theme/index.css">

# js
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/index.umd.js"></script>

相关仓库

文档

文档地址

维护者

@wangdabaoqq

支持浏览器

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].