react-ellipsis-with-tooltip icon indicating copy to clipboard operation
react-ellipsis-with-tooltip copied to clipboard

truncates (with ellipsis) overflowing text elements and adds a tooltip https://amirfefer.github.io/react-ellipsis-with-tooltip

Results 2 react-ellipsis-with-tooltip issues
Sort by recently updated
recently updated
newest added

"react-ellipsis-with-tooltip": "^1.1.1", After adding the package with: `yarn add react-ellipsis-with-tooltip` the project fails to load due to the following error: ![image](https://user-images.githubusercontent.com/23265867/102616451-dd7e9800-4137-11eb-9ebd-ec5041dbaa45.png) After adding react-bootstrap with: `yarn add react-bootstrap` the project...