$ npm install --save vue3-text-clamp ↓ Full import import{createApp}from'vue';importTextClampfrom'vue3-text-clamp';importAppfrom'./App.vue';createApp(App).use(TextClamp).mount('#app'); ↓ Manually import <template> <text-clamptext='hello world':max-lines='2'/> </template>import...
$ npm install --save vue3-text-clamp ↓ Full import import { createApp } from 'vue'; import TextClamp from 'vue3-text-clamp'; import App from './App.vue'; createApp(App).use(TextClamp).mount('#app'); ↓ Manually import <template> <text-clamp text='hello world' :max-lines='...
Commits BreadcrumbsHistory for vue3-text-clamp index.html onmaster User selector All users DatepickerAll time Commit History Commits on Aug 13, 2022 vue3-text-clamp first release sherwinshencommittedAug 13, 2022 053b038 End of commit history for this file...
Customizable and responsive content before/after clamped text. ↓ Full import import{createApp}from'vue';importTextClampfrom'vue3-text-clamp';importAppfrom'./App.vue';createApp(App).use(TextClamp).mount('#app'); ↓ Manually import <template> <text-clamptext='hello world':max-lines='2'/...