SlotFill()

Slot and Fill are a pair of components which enable developers to render React UI elsewhere in a React element tree, a pattern often referred to as “portal” rendering. It is a pattern for component extensibility, where a single Slot may be occupied by multiple Fills rendered in different parts of the application.