react-truncate-string
v1.3.0
Published
> Truncate strings like butter.
Downloads
13,121
Maintainers
Readme
React Truncate String
Truncate strings like butter.
Features
It truncates long long long long...long long strings in the middle!
demo: https://albinotonnina.github.io/react-truncate-string
🚀 ultra-blazingly-fast
🌈 ultra-light: 1.76 KB
Table of Contents
Install
yarn add react-truncate-string
Usage
Truncate in the middle of the string
import Truncate from 'react-truncate-string'
...
render(){
return <TruncateString text="your long string" />
}
Demos
https://albinotonnina.github.io/react-truncate-string
https://codesandbox.io/s/xvv9r5ozo
Maintainers
Contribute
PRs accepted.
TODO
- truncate by words?
- min start and end characters option?
- change debounce time with option?
License
MIT © 2018 Albino Tonnina