Home > @uniformdev/design-system > ScrollableList

ScrollableList() function

Component that sets the base structure for scrollable content in a max height container

Signature:

Parameters

ParameterTypeDescription
{ label, children, ...props }ScrollableListProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<ScrollableList label="allowed content types"><button>say hello</button></ScrollableList>