Card.Title
A component to show a title inside a Card.
Usage
import { Card } from "@/components";
import React from "react";
const Example = () => {
return (
<Card>
<Card.Title title="This is card title" />
</Card>
);
};
export default Example;
Props
Extends the TextProps<Theme>
from text compnent
title
Type: string