0.0.5 • Published 3 years ago

vue-telescope v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-telescope

Vue telescope is a simple text truncation lib for your Vue3 projects

latest version on npm npm downloads a month bundlephobia minified size

How to use

npm i vue-telescope
import { createApp } from "vue";
import App from "./App.vue";
import telescope from 'vue-telescope'
import "./assets/styling/index.css";

const app = createApp(App)

app.use(telescope)
app.mount('#app')
<template>
 <p v-telescope="{ length: 6 }">truncation text</p>
</template>

Settings

{length: Number}

License

MIT

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago