Getting Started · 1 min read
Installation
How to install and set up dot-anime-react in your project
Installation
Get started with dot-anime-react in just a few steps.
Requirements
- React 18 or higher
- Node.js 16 or higher
Package Manager
Install dot-anime-react using your preferred package manager:
Or with yarn:
Or with pnpm:
Import Components
Once installed, you can import components directly:
ℹ
All components are tree-shakeable, so you only bundle what you use.
TypeScript Support
dot-anime-react is written in TypeScript and includes full type definitions. No additional @types packages are needed.
Next Steps
Now that you have dot-anime-react installed, check out the Quick Start guide to create your first animation.