vue3-typed-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Vue3 Typed.js

A Vue3 component for Typed.js with TypeScript support. You can use it in Vue3 + TypeScript projects.

Usage

Install

npm install vue3-typed-ts

Example

<script setup lang="ts">
  import {VueTypedJs} from "vue3-typed-ts";
</script>

<template>
  <VueTypedJs
    :strings="['Hello World', 'Hello Vue3']"
    :typeSpeed="100"
    :backSpeed="100"
    :loop="true"
  >
    <span class="typing"></span>
  </VueTypedJs>
</template>

You can see Properties and Events at vue-typed-js repo.

Package Sidebar

Install

npm i vue3-typed-ts

Weekly Downloads

91

Version

1.0.6

License

MIT

Unpacked Size

61.1 kB

Total Files

9

Last publish

Collaborators

  • mitian233