react-truncate-string

> Truncate strings like butter.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-truncate-string
1.3.06 years ago6 years agoMinified + gzip package size for react-truncate-string in KB

Readme

React Truncate String
Truncate strings like butter.

<img src="https://img.ziggi.org/5Rjsznl9.png" />


Build Status

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

@albinotonnina

Contribute

PRs accepted.

TODO

  • truncate by words?
  • min start and end characters option?
  • change debounce time with option?

License

MIT Ā© 2018 Albino Tonnina