3.0.0 • Published 3 months ago

@crystal-creations/animated-checkmark v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@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>
4.0.0-beta.5

3 months ago

4.0.0-next.6

3 months ago

4.0.0-beta.4

7 months ago

4.0.0-beta.3

7 months ago

4.0.0-beta.2

8 months ago

4.0.0-beta.1

8 months ago

4.0.0-next.1

8 months ago

4.0.0-next.5

7 months ago

4.0.0-next.4

7 months ago

4.0.0-next.3

8 months ago

4.0.0-next.2

8 months ago

3.0.0-beta.1

1 year ago

3.0.0

1 year ago

2.1.0-beta.1

2 years ago

2.1.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

1.0.0-beta.1

2 years ago