backend controlled for title component

This commit is contained in:
Burak Civan
2022-09-26 16:42:13 +03:00
parent 0204f0c0f6
commit 06e669e263
2 changed files with 49 additions and 1 deletions

View File

@ -1,8 +1,10 @@
@php
$slot_isHtml = strlen(strip_tags($slot)) < strlen($slot);
$slot_is_string = strval(strlen($slot));
@endphp
@if (strlen($slot) >= 25 && ! $slot_isHtml)
@if ($slot_is_string >= $textSize && ! $slot_isHtml)
<x-tooltip id="page-title" placement="bottom" message="{!! $slot !!}">
<div class="truncate" style="width: 22rem;">
{!! $slot !!}