Components
Cards
Hover Fill Card

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

PropTypeRequiredDescription
titlestringYesThe title to be displayed on the card. This is a required prop that provides context to the card.
IconReact.FC<React.SVGProps<SVGSVGElement>>YesA functional component that renders an SVG icon. This is also a required prop and should be a valid React component.