Having a tooltip in Stat description()
How can I have a tooltip in Stat description?
I've tried with these codes, but it's not showing..
https://codeshare.io/KW9j0P

Solution:Jump to solution
```html
->description(new HtmlString(<<<'HTML'
<div x-data="{}" x-tooltip="{ content: 'tooltip content...', theme: $store.theme }">
<span class="cursor-pointer">tooltip</span>
</div>...
2 Replies
Solution
Thanks.. 👍