Portable UI

SlotRegistryProvider

v1.0.0

Context provider for the portable slot/extension-point system. The runtime mounts this once at the shell level.

Import

import { SlotRegistryProvider } from '@meteorack/modules-sdk-ui/slots';

How To Use It

  • Mount at the top of the module tree. Modules register fills via useSlotFill() and render them via SlotHost.

Works Well With