Card.Cover
A component to show a cover image inside a Card.
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