flowbite
flowbite copied to clipboard
add html contents and manage/update contents into tooltips
DOCS: https://flowbite.com/docs/components/tooltips/#tooltip-styles
add html contents and manage/update contents into tooltips
possible features here: https://getbootstrap.com/docs/5.2/components/tooltips/
Allow HTML in the tooltip. If true, HTML tags in the tooltip’s title will be rendered in the tooltip. If false, innerText property will be used to insert content into the DOM. Use text if you’re worried about XSS attacks.