ControlledSelectableContent Function
A fully-controlled component that accepts a list of child components with ids and labels and renders a select box at the top, allowing to choose which of the provided child components should be rendered at the bottom.
ControlledSelectableContent(props: ControlledSelectableContentProps): React.JSX.Element
Parameter | Type | Description |
---|---|---|
props | ControlledSelectableContentProps |
Returns - React.JSX.Element
Defined in
Last Updated: 20 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.