Slot<
Props
>(parameter
):Element
The React Slot component, allowing to extensively customize widgets.
The input slotContent can be a react component, a function or jsx.
• Props extends object
• parameter
the react component parameter
• parameter.props: Props
the react component props
• parameter.slotContent: SlotContent
<Props
>
the slot content
Element
the slot component