vue-resize-text icon indicating copy to clipboard operation
vue-resize-text copied to clipboard

A vue directive which automatically resize font size based on element width.

Results 12 vue-resize-text issues
Sort by recently updated
recently updated
newest added

Hi, I have tried to use this excellent package for a Vue3 project but now working with Quasar plugin I can't figure out how to use it in the project....

I've tried to create a plugin vue-resize-text.client.js but when I apply the directive to some text, I get a warning in the console (terminal) --- in ./node_modules/Vue/dist/vue.runtime.esm.js friendly-errors 18:32:57 There...

Are there any plans to support Vue 3.0 as the design of directives is a breaking change https://v3.vuejs.org/guide/migration/custom-directives.html#_3-x-syntax

Hi, firstly thanks for the component, its a really cool/useful idea. However it seems that the resizing doesn't apply when you reload the page, it would be very cool if...

[Hook functions in Vue 3 have been renamed](https://v3.vuejs.org/guide/migration/custom-directives.html#overview). This change does break things for Vue 2.x though…

Hi, I'm using this lib with Gridsome and I've got this error: ```bash 6:35:42 PM: ReferenceError: window is not defined 6:35:42 PM: at Object.b635 (node_modules/vue-resize-text/dist/vue-resize-text.common.js:210:0) 6:35:42 PM: at __webpack_require__ (node_modules/vue-resize-text/dist/vue-resize-text.common.js:21:0)...

This library only seems to kick in after I resize the viewport, I need the initial size to be reasonable too but it always starts at minFontSize.

I am sizing / positioning a div relative to it's parent in `%` values (see attached screen). The text overflows the div. The only way to fix this is by...