preview

Override the drag-and-drop preview.

const overrides = {
  preview: ({ children }) => <div>{children}</div>,
};

Props

PropExampleType
children<div />ReactNode

children

The default node for the preview.