react-dnd-treeview-draggable-droppable react-dnd-treeview-draggable-droppable-tree @alpernative/tree alperenak• 0.1.4 • a year ago • 0 dependents • MITpublished version 0.1.4, a year ago0 dependents licensed under $MIT 447Footer...
import { useState } from "react"; import { Tree, getBackendOptions, MultiBackend, } from "@minoru/react-dnd-treeview"; import { DndProvider } from "react-dnd"; import initialData from "./sample-default.json"; function App() { const [treeData, setTreeData] = useState(initialData); ...
React DnD从相对底层的角度提供支持,是对拖放能力的抽象与封装,通过抽象来简化使用,通过封装来屏蔽下层...
master Breadcrumbs react-dnd-treeview / .jshintrc Latest commit HistoryHistory File metadata and controls Code Blame 6 lines (6 loc) · 75 Bytes Raw 1 2 3 4 5 6 { "node": true, "browser": true, "esnext": true, "newcap": false }...
Search results Sign UpSign In @alpernative/tree [`@alpernative/tree`](https://www.npmjs.com/package/@alpernative/tree) is a high-performance, customizable tree component for React. It provides a wide range of features, including virtualization, drag-and-drop, and nested drag-and-drop ...
@minoru/react-dnd-treeview has a<DndProvider>inside the component, which seems to conflict with it. Considering the various use cases, it might be better not to have<DndProvider>inside this package. I have just published a version that removes this<DndProvider>from the package. ...
A draggable / droppable React-based treeview component. You can use render props to create each node freely. - Issues · minop1205/react-dnd-treeview
react-dnd-treeview.d.ts" ], "scripts": { "build": "./node_modules/.bin/webpack", "watch": "./node_modules/.bin/webpack --watch" }, "repository": { "type": "git", "url": "https://github.com/teleport/react-dnd-treeview.git" }, "keywords": [ "react", "reactjs", "...
A draggable / droppable React-based treeview component. You can use render props to create each node freely. - Release v3.5.0 · minop1205/react-dnd-treeview
.babelrc This repository has been archived by the owner. It is now read-only. master react-dnd-treeview/.babelrc Go to file Copy path 3 lines (3 sloc)48 Bytes RawBlame { "presets":["es2015","stage-0","react"] } Copy lines