Card | CombricSkip to content

Card

Combric

Compositional content surface with semantic sections.

@combric/react · v1.1.1 · Current

Import and usage

import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Project card

Project

Current status

Ready

Surface tones

Surface
Muted
Elevated

Radius presets

Default
None
Small
Medium
Large
Full

Public API

Public exports
Name
Card
CardHeader
CardTitle
CardDescription
CardContent
CardFooter
Documented contracts
Property / capabilityPublished contract
tonesurface | muted | elevated
radiusnone | sm | md | lg | full
ContractNative props for each rendered element
Contractcompositional subcomponents

Accessibility

Semantic structure is preserved; consumers remain responsible for the surrounding document outline.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub