vue-clampy
Text clapper
A Vue.js directive to add an ellipsis to long text in elements
Vue.js (2+) directive that clamps the content of an element by adding an ellipsis to it if the content inside is too long.
78 stars
3 watching
9 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kevinhoughton/vue-scroll-to | A Vue.js directive that allows scrolling to elements on click | 17 |
tardigrada777/vue-text-middle-ellipsis | A Vue.js directive to truncate text in the middle with a specified number of characters. | 9 |
alekseypleshkov/vue-scroll-show | A Vue.js directive to display elements when the user reaches them after scrolling | 10 |
theomessin/vue-chat-scroll | Provides a Vue.js directive to keep elements scrolled to the bottom | 573 |
tailwindlabs/tailwindcss-line-clamp | Provides utilities for visually truncating text after a fixed number of lines | 1,177 |
inndy/vue-clipboard2 | A Vue.js plugin that simplifies copying text to the clipboard | 1,768 |
ittus/vue-long-click | A Vue.js directive library that enables long press functionality in web applications | 58 |
phegman/v-scroll-lock | A Vue.js directive for locking the body scroll on all elements except a specified target element. | 185 |
limlt/vue-show-more-text | A Vue.js component that truncates long text into multiple lines | 8 |
scleriot/vue-inputmask | A Vue.js directive to add inputmask functionality to text inputs with vanilla JavaScript. | 120 |
rigor789/vue-scrollto | A directive and API for scrolling to elements on the page. | 2,072 |
ndelvalle/v-blur | A Vue.js directive to temporarily obscure an element's content | 184 |
matheusgrieger/vue-clazy-load | A Vue.js component-based image lazy loader with features like intersection observer and customizable loading components. | 104 |
hokid/vue-loaders | A Vue.js library that provides various loading indicators and animations to enhance the user experience of web applications. | 177 |
phegman/v-show-slide | A Vue.js directive for animating elements between open and closed states | 105 |