Enhance user experience with Pragmatic drag-and-drop in React: Introduce Draggable API

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 5

  • @harryd7602
    @harryd7602 4 หลายเดือนก่อน +1

    This is great! Do you think there would be an easy way to use this library to make a nested drag and drop container? For example so you could have nested to-do's within a todo? I've tried personally but im struggling to get a placeholder for it.

    • @antonwiklund6727
      @antonwiklund6727 4 หลายเดือนก่อน

      I know there is like tree support if that would help you :)

    • @icodeit.juntao
      @icodeit.juntao  4 หลายเดือนก่อน

      Yeah the nested structure is well supported, there is an example here actually: codesandbox.io/s/386kzf?module=/example.tsx (from the Atlassian Design System document)

    • @harryd7602
      @harryd7602 4 หลายเดือนก่อน

      @@icodeit.juntao great thanks i'll have a look

  • @JasonHughes-in7xo
    @JasonHughes-in7xo 4 หลายเดือนก่อน

    Is there a repo for this example ?