UI Siêu Ngon

Card

A versatile container that organises content with optional header, footer, hover effects, and shadow.

Playground
Card Title

Card body content.

Body
Header
Footer
hoverable
shadow
rounded
<Card
  header={<strong>Card Title</strong>}
>
  <p>Card body content.</p>
</Card>

Basic

Simple card with body content.

Card body content goes here.

With Header and Footer

Pass header and footer props to add section slots.

Card Title

The main content of the card lives here.

Hoverable

Adds a subtle lift animation on hover.

Hover over me!

Clickable

Render the card as a button for interactive cards. Use with onClick.

Shadow

Use shadow prop to replace the border with a drop shadow.

Card with shadow.

API

PropertyTypeDefaultDescription
headerReactNodeContent rendered in the card header area
footerReactNodeContent rendered in the card footer area
hoverablebooleanfalseAdd a hover lift/shadow effect
clickablebooleanfalseRender as a <button> for interactive cards
shadowbooleanfalseUse a drop shadow instead of a border
bodyClassNamestringExtra className applied to the body section
classNamestringExtra className on the root element