react multi-line ellipsis
npm install react-text-ellipsis
bash
npm install react-text-ellipsis
`
Usage
Require TextEllipsis to wrap text (not any component!) and parent element must have width, height, overflow: hidden well set!, span tag is not working (div, p works)
Build react-text-ellipsis:
`bash
npm run build
`
Build example
`bash
npm run example
`
then see example/index.html
Example usage:
``js