Ready-to-Use Components Powered by Flowbite, ShadCN & Headless UI
Component Library
Browse and explore components
Cards
A Card is a UI component used to group related information and actions within a contained, visually distinct box.
Card With CTA Button
Noteworthy technology acquisitions
Here are the biggest enterprise technology acquisitions of 2024 so far, in reverse chronological order.It is a long established fact that a reader will be distracted by the readable content of a page.
Sample Code
Card With Image

Noteworthy technology acquisitions
Here are the biggest enterprise technology acquisitions of 2024 so far, in reverse chronological order.
Sample Code
Image Render Function

Noteworthy technology acquisitions
Here are the biggest enterprise technology acquisitions of 2024 so far, in reverse chronological order.
Sample Code
Horizontal Card

Noteworthy technology acquisitions
Here are the biggest enterprise technology acquisitions of 2024 so far, in reverse chronological order.

Noteworthy technology acquisitions
Here are the biggest enterprise technology acquisitions of 2024 so far, in reverse chronological order.
Sample Code
User Profile Card
Sample Code
Card With Form
Sample Code
Card With List
Latest Customers
View allNeil Sims
email@windster.com
$320Bonnie Green
email@windster.com
$3467Michael Gough
email@windster.com
$67Lana Byrd
email@windster.com
$367Thomes Lean
email@windster.com
$2367Thomes Alia
email@windster.com
$1267
Sample Code
Pricing Card
Standard plan
- 2 team members
- 20GB Cloud storage
- Integration help
- Sketch Files
- API Access
- Complete documentation
- 24×7 phone & email support
Sample Code
E-commerce card
CTA card
Work fast from anywhere
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web It is a long 'lorem ipsum' will uncover many web It is a long
API ( Card )
Prop | Description | Type | Default |
---|---|---|---|
href | Specifies the URL to navigate to when the card is clicked. | string | null |
imgAlt | Provides alternative text for the image, improving accessibility. | string | null |
imgSrc | Specifies the source URL of the image to be displayed in the card. | string | null |
renderImage | Allows custom rendering of the image component. If provided, `imgSrc` and `imgAlt` are ignored. | () => <Image width={500} height={500} src="/images/blog/image-1.jpg" alt="image 1" /> | null |
horizontal | Displays the card in a horizontal layout, placing the image beside the content. | boolean | false |