layout/@mihcm/ui·v0.21.0·stable
Card
Composable container surface. Six pieces (Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter) for predictable layout.
Props
The full prop API for Card. Same surface in web and React Native — bundlers pick the right variant via the react-native export condition.
| Prop | Type | Default | Description | Since |
|---|---|---|---|---|
className | string | — | Outer container className. Each sub-piece accepts its own className. | 0.3.0 |
Import
import { Card, CardHeader, CardTitle, CardContent } from '@mihcm/ui/Card';