Get StartedFoundationsComponentsPatternsIntegration
01.Get Started
02.Foundations
03.Components
04.Patterns
05.Integration
Overview
Accordion
Badge
Breadcrumb
Button
Gradient Button
FAB
Icon Button
Card
Checkbox
Chips
Date Picker
Dialogs
Divider
List
Loading
Menu
Options
Pagination
Radio
Scrollbar
Search
Selector
Skeleton
Slider
Swiper
Switch
Tabs
Text Field
TextArea
Toast
Tooltip

CARD

PreviousIcon Button
CheckboxNext
ELFBAR Design

V 0.1.0

A design system built for BMD teams.

Brand Marketing Department

Resources

  • GitHub
  • Storybook
  • Figma

Documentation

  • Changelog
  • Components
  • Tokens
  • Global market globe

Brands

  • ELFBAR Official
  • LostMary Official

Copyright © 2026 ELFBAR. All rights reserved.

When to Use

Example: product shelf

Product 1

Short description

$29
Add

Product 2

Short description

$29
Add

Product 3

Short description

$29
Add
  • Grouping related content (image, title, description, actions) into a single scannable unit
  • Presenting items in a grid or list layout such as product listings, articles, or profiles
  • Creating visual separation between independent content blocks on a page
  • Avoid using Card as a wrapper for full-page sections — use semantic layout elements instead

Usage Guidelines

DO

Use Card to group related pieces of information — header, media, text, and actions — into a single scannable unit

Don’t

Don't nest multiple cards inside each other — flatten the hierarchy or use a list instead

DO

Keep action buttons in CardFooter and limit to 2 actions max for clear decision-making

Don’t

Don't overload a card with too many interactive elements — split into separate cards or use a detail page

Interaction Behavior

StateBehavior
DefaultStatic container; child elements handle their own interactions
Header actionIconButton in header responds to hover/focus/active independently
Footer buttonsStandard Button interaction states (hover, active, disabled)
ImageNon-interactive by default; can be wrapped with a link for clickable behavior

Accessibility

RequirementImplementation
Semantic structureUse <article> wrapper via role or semantic HTML when card represents a standalone content unit
Heading hierarchyCardTitle renders as <p> — wrap with heading tag if card title should participate in page outline
Image alt textAlways provide meaningful alt on CardImage or mark decorative images with alt=""
Action labelsButtons in CardFooter must have clear, descriptive labels
Focus orderTab order follows DOM order: header action → footer buttons