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
{ window.Prism.highlightElement($refs.codeEl) }) }"
class="w-full flex items-center justify-between px-6 py-4 text-left bg-gray-50 dark:bg-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors cursor-pointer">
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>