react-truncate-string

1.3.0 • Public • Published

React Truncate String

Truncate strings like butter.

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

/react-truncate-string/

    Package Sidebar

    Install

    npm i react-truncate-string

    Weekly Downloads

    5,753

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    41.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • albinotonnina