Rive Framer Embed
The primary Framer code component for loading and rendering Rive animations.
Usage
tsx
// Example: Framer code component usage
// See framer/RiveFramerEmbed.tsx for the full implementationProps
| Prop | Type | Default | Description |
|---|---|---|---|
src | string | — | URL to the .riv file |
artboard | string | — | Artboard name (optional) |
autoplay | boolean | true | Auto-play on load |
State Machine Inputs
Events
Source Code
The full source is at framer/RiveFramerEmbed.tsx.

