vue-slide-number
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published


Vue Slide Number

A Vue component for number slide animation.

Live Demo



[!WARNING]

Please note that this project is currently in the early testing phase, which means you may encounter some errors.

Install

⚗️ Experimental

npm i vue-slide-number

Usage

Add <SlideNumber> component from animations-number.

<script setup>
import { SlideNumber } from 'vue-slide-number'
</script>

<template>
  <SlideNumber :number="1000" /> <!-- here -->
</template>

Checkout the Playground for more examples.

License

MIT License © 2024 CofCat

Package Sidebar

Install

npm i vue-slide-number

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

27.1 kB

Total Files

9

Last publish

Collaborators

  • cofcat456