https://github.com/springload/react-accessible-ellipsis
Truncate multiline with an ellipsis... without causing accessibility problems!
https://github.com/springload/react-accessible-ellipsis
Last synced: 4 months ago
JSON representation
Truncate multiline with an ellipsis... without causing accessibility problems!
- Host: GitHub
- URL: https://github.com/springload/react-accessible-ellipsis
- Owner: springload
- Created: 2018-07-31T22:16:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T01:06:43.000Z (over 5 years ago)
- Last Synced: 2025-09-23T19:51:31.699Z (5 months ago)
- Homepage: https://www.npmjs.com/package/react-accessible-ellipsis
- Size: 170 KB
- Stars: 10
- Watchers: 17
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-accessible-ellipsis
Deprecated
Just use CSS `-webkit-line-clamp` instead because even Firefox supports that despite the `-webkit-` prefix.