Skip to content

Commit

Permalink
chore: 🤖 added vue exmaple url (#103)
Browse files Browse the repository at this point in the history
* chore: 🤖 added vue exmaple url

* chore: 🤖 updated main readme
  • Loading branch information
afsalz authored Jan 15, 2024
1 parent c966d77 commit 08b1ebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ pnpm install
* `@lottiefiles/dotlottie-react`
* <a href="https://codesandbox.io/p/sandbox/dotlottie-react-basic-example-66cwfq?autoresize=1&file=%2Fsrc%2FApp.tsx&fontsize=14&hidenavigation=1&theme=dark" target="_blank">Basic Example</a>

* `@lottiefiles/dotlottie-vue`
* <a href="https://codepen.io/lottiefiles/pen/yLwgeoJ" target="_blank">Basic Example</a>

### Local Examples

Discover how to implement and utilize the dotlottie-web packages with our example applications. These examples serve as a practical guide to help you understand how to integrate Lottie and dotLottie animations into your web projects.
Expand Down
5 changes: 5 additions & 0 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* [What is dotLottie?](#what-is-dotlottie)
* [Installation](#installation)
* [Usage](#usage)
* [Live Examples](#live-examples)
* [APIs](#apis)
* [DotLottieVue Props](#dotlottievue-props)
* [Listening to Events](#listening-to-events)
Expand Down Expand Up @@ -53,6 +54,10 @@ import { DotLottieVue } from '@lottiefiles/dotlottie-vue'
</template>
```

## Live Examples

* <a href="https://codepen.io/lottiefiles/pen/yLwgeoJ" target="_blank">Basic Example</a>

## APIs

### DotLottieVue Props
Expand Down

0 comments on commit 08b1ebb

Please sign in to comment.