@clampy-js/clampy

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

Usage no npm install needed!

<script type="module">
  import clampyJsClampy from 'https://cdn.skypack.dev/@clampy-js/clampy';
</script>

README

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.