Card
Preview
Section titled “Preview”Create project
Deploy your new project in one-click.
Everything looks better when it's hand-drawn. Even your data.
Installation
Section titled “Installation”npx skeci-ui add cardimport { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter,} from '@/components/ui/card';
<Card> <CardHeader> <CardTitle>Card Title</CardTitle> <CardDescription>Card Description</CardDescription> </CardHeader> <CardContent> <p>Card Content</p> </CardContent> <CardFooter> <p>Card Footer</p> </CardFooter></Card>| Prop | Type | Default | Description |
|---|---|---|---|
border | 'rough' | 'normal' | 'rough' | The type of border drawing. |