4.0.0-next.5 • Published 2 years ago
@crystal-creations/animated-checkmark v4.0.0-next.5
@crystal-creations/animated-checkmark
A checkmark animation wrapped in a Vue component based on a codepen by Simon Wuyts.
Usage in nuxt 3
Install with
npm install @crystal-creations/animated-checkmarkAdd the following to your
nuxt.config.ts.export default defineNuxtConfig({ app: { // ... modules: [ // ... "@crystal-creations/animated-checkmark/nuxt", ], }, });Add the component to your Vue component.
<template> <AnimatedCheckmark></AnimatedCheckmark> </template>
Usage in vue 3
Install with
npm install @crystal-creations/animated-checkmarkAdd the following to your Vue
main.ts.import { AnimatedCheckmark } from "@crystal-creations/animated-checkmark"; import "@crystal-creations/animated-checkmark/styles"; // ... const app = createApp(App) app.component("AnimatedCheckmark", AnimatedCheckmark);Add the component to your Vue component.
<template> <AnimatedCheckmark></AnimatedCheckmark> </template>
4.0.0-beta.5
2 years ago
4.0.0-next.6
2 years ago
4.0.0-beta.4
2 years ago
4.0.0-beta.3
2 years ago
4.0.0-beta.2
2 years ago
4.0.0-beta.1
2 years ago
4.0.0-next.1
2 years ago
4.0.0-next.5
2 years ago
4.0.0-next.4
2 years ago
4.0.0-next.3
2 years ago
4.0.0-next.2
2 years ago
3.0.0-beta.1
3 years ago
3.0.0
3 years ago
2.1.0-beta.1
3 years ago
2.1.0-beta.2
3 years ago
2.0.0-beta.1
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago
1.0.0
4 years ago
1.0.0-beta.1
4 years ago