Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ShinyChang/React-Text-Truncate

Truncate multi-lines text for all browsers base on react.js
https://github.com/ShinyChang/React-Text-Truncate

ellipsis multiline react truncate

Last synced: about 1 month ago
JSON representation

Truncate multi-lines text for all browsers base on react.js

Awesome Lists containing this project

README

        

# React-Truncate-Text [![npm version](https://badge.fury.io/js/react-text-truncate.svg)](https://badge.fury.io/js/react-text-truncate)

## Install

```
npm install react-text-truncate
```

## Usage

```js
import TextTruncate from 'react-text-truncate'; // recommend
var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
```

## Markup

```jsx
Read on}
/>
```

[Demo](http://shinychang.github.io/React-Text-Truncate/)

## FAQ

1. Why TextTruncate not shown after display changed?

You must trigger update manually.

2. Will TextTruncate support IE10 or below?

No! IE 10 and below are dead according to [Microsoft post](https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support).