Docs
IPhone Color Background
IPhone Color Background
Displays a beautiful IPhone Color Background.
Loading...
Installation
Install the following dependencies:
npm install framer-motion
Copy and paste the Color Card code into your project.
Usage
export default function Demo() {
return (
<section className="relative w-full h-[400px] overflow-hidden rounded-lg">
<AnimatedBackground />
<div className="w-full hfull">Iphone color background</div>
</section>
)
}