You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue.js (2+) directive that clamps the content of an element by adding an ellipsis to it if the content inside is too long.
3
+
4
+
It uses [@clampy-js/clampy](https://github.com/clampy-js/clampy) library (a fork of [Clamp.js](https://github.com/josephschmitt/Clamp.js)) behind the scene to apply the ellipsis.
5
+
6
+
It automatically re-clamps itself when the element or the browser window change size.
7
+
8
+
#### Installation
9
+
You can install @clampy-js/vue-clampy using NPM or Yarn:
0 commit comments