The DropIndicator
component will render when dragging files onto an Uploader
.
This component extends React.ComponentPropsWithoutRef<"div">
, meaning it accepts all native div
element props.
asChild
Type: boolean
DropIndicator
must be used inside an Uploader
component.