All Projects → itanhang → dragView

itanhang / dragView

Licence: MIT License
网页可视化拖拽布局

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to dragView

YoutubeFloatingVideo
Simple Youtube Floating Video Library
Stars: ✭ 37 (-2.63%)
Mutual labels:  drag
Selectable
Touch enabled selectable plugin inspired by the jQuery UI widget.
Stars: ✭ 131 (+244.74%)
Mutual labels:  drag
Windows11DragAndDropToTaskbarFix
"Windows 11 Drag & Drop to the Taskbar (Fix)" fixes the missing "Drag & Drop to the Taskbar" support in Windows 11. It works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar.
Stars: ✭ 1,089 (+2765.79%)
Mutual labels:  drag
XamarinItemTouchHelper
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView for Xamarin
Stars: ✭ 35 (-7.89%)
Mutual labels:  drag
use-gesture
👇Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.
Stars: ✭ 6,624 (+17331.58%)
Mutual labels:  drag
KDRearrangeableCollectionViewFlowLayout
A Drag and Rearrange UICollectionView through its layout
Stars: ✭ 73 (+92.11%)
Mutual labels:  drag
Uix-Page-Builder
Uix Page Builder is a design system that it is simple content creation interface.
Stars: ✭ 20 (-47.37%)
Mutual labels:  drag
Blazor.Diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
Stars: ✭ 327 (+760.53%)
Mutual labels:  drag
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-44.74%)
Mutual labels:  drag
drag-area
拖动实现区域选择,移动缩放选择区域
Stars: ✭ 18 (-52.63%)
Mutual labels:  drag
TKinterDesigner
TKinterDesigner is a tool software to develop the Python User Interface for Python programmer.
Stars: ✭ 663 (+1644.74%)
Mutual labels:  drag
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (+18.42%)
Mutual labels:  drag
BileTools
Tools for making garbage
Stars: ✭ 31 (-18.42%)
Mutual labels:  drag
vue-component-creater-ui
拖拽式Vue组件代码生成编辑器(VCC)
Stars: ✭ 383 (+907.89%)
Mutual labels:  drag
YoutubeVideoSample
YoutubeVideoSample
Stars: ✭ 176 (+363.16%)
Mutual labels:  drag
vue-drag-layout
vue拖动布局
Stars: ✭ 34 (-10.53%)
Mutual labels:  drag
vue-sortable-tree
vue tree draggable, drag item sort
Stars: ✭ 87 (+128.95%)
Mutual labels:  drag
navbuilder
Generiert frei definierbare Navigationsbäume mittels Drag & Drop
Stars: ✭ 21 (-44.74%)
Mutual labels:  drag
ember-cli-dropzonejs
Drag and drop file uploader addon using dropzonejs
Stars: ✭ 32 (-15.79%)
Mutual labels:  drag
rc-dock
Dock Layout for React Component
Stars: ✭ 318 (+736.84%)
Mutual labels:  drag

dragView

Jquery可视化拖拽,网页布局拖拽插件

Demo : https://itanhang.github.io/dragView

HTML实例

<div class="dragView_panel">
    <div class="drag_module">
        <div class="drag_module_mask"></div>
        <div class="drag_module_head"></div>
        <div class="drag_module_btn">
            <a class="btn-delete">删除</a><a class="btn-edit">编辑</a>
        </div>
        <!-- 网页板块代码 -->
    </div>
</div>

JS初始化

dragView.init({
    item: 'view-box',           //拖拽模板Class
    panel: 'dragView_panel',
    module: 'drag_module'
});
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].