@alexseitsinger/text-truncate

0.1.1 • Public • Published

Text Truncate

Description

A simple react component that replaces long text with an ellipsis based on width of container, and number of lines allowed.

Installation

npm install @alexseitsinger/text-truncate

or

yarn add @alexseitsinger/text-truncate

Usage

import TextTruncate from "@alexseitsinger/text-truncate"

<TextTruncate lines={3}
              text={"This is a short string of text that will be truncated when its content extends outside the dimensions of it's container. Change the line number to determine how much text to show before replacing the rest with an ellipsis."}/>

Readme

Keywords

none

Package Sidebar

Install

npm i @alexseitsinger/text-truncate

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

21.8 kB

Total Files

11

Last publish

Collaborators

  • alexseitsinger