Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.15 KB

code style: prettier

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.

Getting started

Install with npm:

npm install react-truncated --save

Install with yarn:

yarn add react-truncated

Dependencies

The following peer dependencies must be specified within your project:

A warning will appear if those peer dependencies cannot be found in your project

Documentation

Coming Soon...

Examples

Coming Soon...

Supported Browsers

All - More on this soon...

Changelog

New releases changes can be tracked in the changelog.

License

react-truncated is available under the MIT License.