Home > @uniformdev/design-system > ScrollableList
ScrollableList() function
Component that sets the base structure for scrollable content in a max height container
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ label, children, ...props } | ScrollableListProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<ScrollableList label="allowed content types"><button>say hello</button></ScrollableList>