Muted Text Component - LaraCoreKit

Muted text component for secondary information, captions, and helper text in Laravel applications.

Muted Text

Secondary text with reduced emphasis

Preview

This is muted text for less important information, captions, or helper text.

View Code
<p class="text-sm text-gray-500 dark:text-gray-400">
    This is muted text for less important information, captions, or helper text.
</p>