@clampy-js/clampy

Clamps an HTML element by adding ellipsis to it if the content inside is too long.


Keywords
clamp, ellipsis, clampy-js, clampy, javascript, typescript, javascript-library, truncate
License
MIT
Install
npm install @clampy-js/clampy@1.0.2

Documentation

clampy

Clamps an HTML element by adding ellipsis to it if the content inside is too long.

Build Status GitHub issues GitHub license npm

This is basically a fork of the (unfortunately abandoned) project Clamp.js partially converted to Typescript and bundled using the excellent Typescript library starter from Alex Jover.

Most fixes from pull requests on the original project were included.

*Note that the following options were removed from the original library:

  • useNativeClamp
  • animate

Documentation

Documentation is available here.

Examples

A demo is available here.