Import
import { SlotHost } from '@meteorack/modules-sdk-ui/slots';How To Use It
- Place in the shell layout where extension content should appear.
Works Well With
Methods
name: stringThe slot name to render fills for.
fallback?: ReactNodeContent shown when no fills are registered.
Example
bootstrap.php
<SlotHost name="dashboard-widgets" fallback={<p>No widgets installed.</p>} />