Text Highlight Component - LaraCoreKit

Text highlight component using mark element. Search result highlighting and emphasis for Laravel applications.

Text Highlight

Highlighted/marked text component

Preview

This text has a highlighted portion in the middle.

View Code
<p class="text-gray-700 dark:text-gray-300">
    This text has a <mark class="bg-yellow-200 dark:bg-yellow-700 px-1 rounded">highlighted portion</mark> in the middle.
</p>