1import { AnimatedBackground } from "passport-ui";
1<AnimatedBackground2 className="h-64 w-full"3 colors={["#ff6b6b", "#4ecdc4", "#45b7d1"]}4/>
A component for creating animated, gradient backgrounds.
Import the component from the passport-ui package.
1import { AnimatedBackground } from "passport-ui";
Basic example showing how to use the component.
1<AnimatedBackground2 className="h-64 w-full"3 colors={["#ff6b6b", "#4ecdc4", "#45b7d1"]}4/>
Documentation and examples are available in Storybook.