rive-react
Installation
SKILL.md
Rive React
React components and hooks for Rive animations.
Installation
# Canvas renderer (recommended)
npm install @rive-app/react-canvas
# WebGL renderer (complex animations)
npm install @rive-app/react-webgl
Quick Start
import { useRive } from '@rive-app/react-canvas';
Related skills