react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

Add `elideMode` to `Text` component

Open NinZine opened this issue 4 years ago • 0 comments

Given your Text component has a size, you can add elideMode={TextElideMode.ElideRight} to emulate similar behavior as the CSS property text-overflow: ellipsis, for example.

NinZine avatar Oct 14 '21 05:10 NinZine