Card Pilling

The Card Pilling component enables interactive card stacking for an engaging user experience.

Skills Card

Installation

Install Dependencies


 npm install react react-dom framer-motion react-lottie      

Example Usage


 import React from "react";
 import CardPilling from "./CardPilling"; // Adjust the import path as necessary
 
 const Example = () => {
   return (
     <div>
       <CardPilling />
     </div>
   );
 };
 
 export default Example;