Home > @uniformdev/design-system > ObjectGridItemCoverButton

ObjectGridItemCoverButton() function

Clickable variant of ObjectGridItemCover() that acts as a selection toggle. When selected, a chip with selectedText appears in the bottom-right corner. Click events are stopped from propagating to parent elements.

Signature:

Parameters

ParameterTypeDescription
{ id, isSelected, onSelection, selectedText, ...props }ObjectGridItemCoverButtonProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example