Home > @uniformdev/design-system > ParameterShell
ParameterShell() function
Uniform Parameter shell component
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ label, labelLeadingIcon, labelTrailingIcon, hiddenLabel, id, errorMessage, warningMessage, infoMessage, caption, errorTestId, captionTestId, menuItems, actionItems, hasOverriddenValue, onResetOverriddenValue, title, children, isParameterGroup, ...props } | ParameterShellProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<ParameterShell label="my label" id="my-id"><></ParameterShell>