Skip to main content

Card.Cover

A component to show a cover image inside a Card.

Vector icon

Usage

import { Card } from "@/components";
import React from "react";

const Example = () => {
return (
<Card>
<Card.CardCover />
</Card>
);
};

export default Example;

Props

Extends the ImageBannerProps from the ImageBanner Component