Card Heading

Use for card title

Params

ParamvalueUse for

color

tailwindcss class name

text color

Components Laravel

<x-card:title color="text-sky-500"> Text Here </x-card:title>

Original Code

<h1 class="font-medium font-roboto text-sky-500"> Text Here... </h1>

Last updated