React components for efficiently achieve line clamping/text truncate/ellipsis without compromising the content. There are other great libraries to achieve text truncate. Unfortunately, most of them only support plain text. This library tries to tackle this problem.
Install with npm:
npm install react-truncated --save
Install with yarn:
yarn add react-truncated
The following peer dependencies must be specified within your project:
A warning will appear if those peer dependencies cannot be found in your project
Coming Soon...
Coming Soon...
All - More on this soon...
New releases changes can be tracked in the changelog.
react-truncated is available under the MIT License.