1.0.5 • Published 11 months ago

vue3-typed-ts v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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.

1.0.5

11 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago