Components

Card

A flexible container used to display content in an organized way

Logo
Azure Bay

Lorem ipsum dolor sit amet.

A breathtaking coastal city where the ocean meets the skyline, offering stunning views and vibrant nightlife.

Card with Image

You can add image to the card by using the img prop and set the src and alt

Azure Bay
Azure Bay

Lorem ipsum dolor sit amet.

A breathtaking coastal city where the ocean meets the skyline, offering stunning views and vibrant nightlife.

Card with Custom Image Render

Render your own custom Image components using the renderImage prop

Azure Bay
Azure Bay

Lorem ipsum dolor sit amet.

A breathtaking coastal city where the ocean meets the skyline, offering stunning views and vibrant nightlife.

Feed Card

This example demonstrates how to use the Card component to create a Feed Card for social media.

Elara Quinn

3:30 PM

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex odio laudantium nostrum minus beatae cum veritatis alias. Unde!

Form Card

You can use the Card as a form container

Sign in

Don't have an account? Sign up

Remember me

Web3 Card

This component can be used to display web3 wallet connect card with header using the renderHeader prop and IconButton.

Connect Wallet

WalletConnect

QR CODE

MetaMask

Detected

Phantom

Trust Wallet

Pricing card

You can display pricing of your product or service using this component.

$

89

/month

Complete Feature Access

Data Storage (500GB)

Team Collaboration Tools

24/7 Priority Support

Advanced Security Features

Max 10 Team Members

Custom Integration Support

API Reference

direction

Type:

"row" | "column"

The direction of the card's content layout.

Default:

column
mode

Type:

"light" | "dark"

The visual mode of the card.

Default:

system
fullWidth

Type:

boolean

Whether the card should take up the full width of its container.

Default:

false
centerContent

Type:

boolean

If card content should be centered

Default:

false
variant

Type:

"flat" | "raised"

The variant of the card

Default:

raised
renderImage

Type:

function

Renders a custom image component

Default:

header

Type:

ReactNode

slot for a header component

Default:

footer

Type:

ReactNode

slot for a footer component

Default:

classNames

Type:

object

Custom classes for component parts

Default:

Properties:

root

Type:

string

Classes for the root element

Default:

body

Type:

string

Classes for the body element

Default:

img

Type:

object

Image configuration for the card

Default:

Properties:

src

Type:

string

The source URL of the image

Default:

alt

Type:

string

The alt text for accessibility

Default:

className

Type:

string

className for the image

Default:

width

Type:

string | number

The width of the image

Default:

height

Type:

string | number

The height of the image

Default:

style

Type:

object

Additional CSS styles for the image

Default: