react-nodegui
react-nodegui copied to clipboard
Add `elideMode` to `Text` component
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.