DragAndDrop
Package: @tesserix/native
Import
import { DragAndDrop } from '@tesserix/native'Related types
DragAndDropProps
Source
- Component:
packages/native/src/components/DragAndDrop/DragAndDrop.tsx - Story:
packages/native/src/components/DragAndDrop/DragAndDrop.stories.tsx - Test:
packages/native/src/components/DragAndDrop/DragAndDrop.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { DragAndDrop } from '@tesserix/native'
export function DemoDragAndDrop() {
return <DragAndDrop />
}