Hover Fill Card
Beautifully designed Hover Fill Card with Tailwind CSS and Framer Motion. Copy, paste, and customize to enhance your web projects effortlessly.
Card
Profile
Backgrounds
Installation
Run the following command:
npx gopx-webui add hover-fill-card
Props
Prop | Type | Required | Description |
---|---|---|---|
title | string | Yes | The title to be displayed on the card. This is a required prop that provides context to the card. |
Icon | React.FC<React.SVGProps<SVGSVGElement>> | Yes | A functional component that renders an SVG icon. This is also a required prop and should be a valid React component. |