Home > @uniformdev/design-system > MultilineChip
MultilineChip() function
A chip specifically designed to fit as a chipped element in an multi-line capable content field. Unlike a regular chip, this one can go onto multiple lines with word wrap, and uses inline behaviours.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ children, onClick, ...props } | MultilineChipProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<MultilineChip text="productId" />