🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@easy-dnd-kit/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-dnd-kit/core

A simple and easy to use drag and drop kit for React on top of dnd-kit library

1.0.12
latest
Source
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

easy to use drag-and-drop library

This is built on top of dnd-kit library and is not ready to be used just yet.

export const Default = () => {
  const options = {};

  return (
    export const Default = () => {
      const options = {
      listOptions: {
        handle: false,
        useDragOverlay: false,
      },
    };

    return (
      <SortableList options={options}>
        <SortableItem>
          <SlimCard text="Hello World!" />
        </SortableItem>
        <SortableItem>
          <SlimCard text="Testing The DnD-Kit" />
        </SortableItem>
        <SortableItem>
          <SlimCard text="Hello India!" />
       </SortableItem>
        <SortableItem>
          <SlimCard text="New Pizza Place!" />
        </SortableItem>
      </SortableList>
    );
  };
  );
};

Keywords

react

FAQs

Package last updated on 28 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts