Text Truncation Component - LaraCoreKit

Text truncation component with ellipsis and optional tooltip. Responsive overflow handling for Laravel apps.

Text Truncation

Truncate long text with ellipsis and tooltip

Preview

This is a very long text that will be truncated with ellipsis when it overflows the container

View Code
<p class="max-w-xs truncate text-gray-700 dark:text-gray-300" 
   title="This is a very long text that will be truncated with ellipsis when it overflows the container">
    This is a very long text that will be truncated with ellipsis when it overflows the container
</p>