flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

add html contents and manage/update contents into tooltips

Open KinG-InFeT opened this issue 3 years ago • 0 comments

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.

KinG-InFeT avatar Sep 14 '22 13:09 KinG-InFeT