Skip to content

Card

Create project

Deploy your new project in one-click.

Everything looks better when it's hand-drawn. Even your data.

Terminal window
npx skeci-ui add card
import {
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>
PropTypeDefaultDescription
border'rough' | 'normal''rough'The type of border drawing.