Card

Import Card component.

import Card from '@/components/Card';

The card component comes with 3 different props.

<Card src="/example.png" title ="My Card" description="Hello from card" />

Last updated