Transform your websites into professional masterpieces
Seamlessly integrate our premium components and templates into your projects. Say goodbye to styling and animation hassles!
Build amazing websites
at warp speed
Customization made easy
Just Copy and Paste
Code
"use client";
import React, { useState } from "react";
import { motion } from "framer-motion";
import confetti from "canvas-confetti";
const ImprovedConfettiButton = () => {
const [isAnimating, setIsAnimating] = useState(false);
const handleConfetti = () => {
setIsAnimating(true);
());
};
return (
<motion.button
onClick={handleConfetti}
className="relative px-8 py-4 bg-gradient-to-br from-purple-700 to-pink-800
text-white font-semibold rounded-full shadow-lg
overflow-hidden"
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.95 }}
animate={isAnimating ? { rotate: [0, -10, 10, -10, 10, 0] } : {}}
transition={{ duration: 0.5 }}
>
<span className="relative z-10">Celebrate!</span>
<motion.span
className="absolute inset-0 bg-white rounded-full"
initial={{ scale: 0, opacity: 0.5 }}
animate={isAnimating ? { scale: 2, opacity: 0 } : { scale: 0, opacity: 0.5 }}
transition={{ duration: 0.5 }}
/>
<motion.span
className="absolute inset-0 border-2 border-white rounded-full"
initial={{ scale: 1 }}
animate={isAnimating ? { scale: 1.5, opacity: 0 } : { scale: 1, opacity: 1 }}
transition={{ duration: 0.5 }}
/>
</motion.button>
);
};
export default ImprovedConfettiButton;
Component Packs
Elevate your website with our curated collection of modern, customizable building blocks.
Hero Sections
Logo Clouds
Feature Sections
Bento Grids
Blog Content
Blog Sections
Build Amazing Sites
Within a minutes.
Web Templates Collection
Elevate your website with our curated collection of modern, customizable templates.
Developer First Headless CMS
A professional headless CMS designed for solo developers and enterprises. Build powerful content management systems with our SDK wrapper and extensive customization options.
E-commerce site
A complete solution for building a modern e-commerce site. Includes a powerful CMS, payment gateway integration, and a customizable storefront.
one profile
A complete solution for building a modern prfile with modern features and templates.build effortlessly your profile and improve your online presence.
Mail for Developers
Enterprise-grade email solution at an affordable price. Built for developers who need reliable, scalable email infrastructure with powerful APIs and comprehensive documentation.