@crystal-creations/animated-checkmark
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

@crystal-creations/animated-checkmark

GitHub release (latest SemVer) GitHub Build and publish npm package npm npm

A checkmark animation wrapped in a Vue component based on a codepen by Simon Wuyts.

Usage

  1. Install with

    npm install @crystal-creations/animated-checkmark

  2. Add the following to your Vue main.ts.

    import { AnimatedCheckmark } from "@crystal-creations/animated-checkmark";
    
    // ...
    
    new Vue({
      // ...
      render: (h) => h(App),
    }).$mount("#app");
    
    Vue.component("AnimatedCheckmark", AnimatedCheckmark);
  3. Add the component to your Vue component.

    <template>
      <AnimatedCheckmark></AnimatedCheckmark>
    </template>

Package Sidebar

Install

npm i @crystal-creations/animated-checkmark

Weekly Downloads

139

Version

3.0.0

License

MIT

Unpacked Size

75.8 kB

Total Files

9

Last publish

Collaborators

  • crystal-creations-bot
  • johannes-huther