Dropzones
The <DropZone> component allows you to create advanced layouts, like multi-columns.
- zone (
string): Identifier for the zone of your component, unique to the parent component - style (
CSSProperties): Custom inline styles
The Rules of DropZones
The current DropZone implementation has certain rules and limitations:
- You can drag from the component list on the LHS into any DropZone
- You can drag components between DropZones, so long as those DropZones share a parent (also known as area)
- You can't drag between DropZones that don't share a parent (or area)
- Your mouse must be directly over a DropZone for a collision to be detected