atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.97k stars 520 forks source link

Add a "none" theme #1120

Open segevfiner opened 1 year ago

segevfiner commented 1 year ago

Problem

You might want to have tippy look like when you don't include it's default CSS. Yet you don't want to not include it, as some other stuff in your app does need it, and it does include some stuff other than styling.

Solution

Add a "none" theme which basically makes tippy look like if you didn't include its default CSS, but still have the default padding, animation, etc.