An open API service indexing awesome lists of open source software.

https://github.com/microwebstacks/astro-examples_react-lottie

testing react lottie with Astro
https://github.com/microwebstacks/astro-examples_react-lottie

Last synced: 3 months ago
JSON representation

testing react lottie with Astro

Awesome Lists containing this project

README

        

# astro-examples_react-lottie

https://www.npmjs.com/package/lottie-react

https://docs.astro.build/en/guides/integrations-guide/react/

```
npm create astro@latest -- --template minimal
```
* enter directory name
* don't install dependencies
* typescript relaxed
```
pnpm install
npx astro add react
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/MicroWebStacks/astro-examples_react-lottie)
[![open in Gitpod](./media/gitpod.svg)](https://gitpod.io/?on=gitpod#https://github.com/MicroWebStacks/astro-examples_react-lottie)

groovyWalk.json from https://www.npmjs.com/package/lottie-react

## references
* https://stackoverflow.com/questions/74551923/how-to-use-lottie-react-in-astro-build-framework/74851823#74851823