1.0.13 • Published 1 year ago
stylish-tooltip v1.0.13
Getting Started with Stylish-Tooltip
Style boring Tooltips!
Available Props
- id => Same id as the main container you want to show the tooltip
- mode => "light" mode or "dark" mode, "dark" is default
- type => "striped"
- children, => Or display an entire div inside the tooltip
- styledClass => Customize Tooltip with "styledClass"
<h2 id="show-here">My Text</h2>
<StylishTooltip
mode="dark"
type="default"
id={"show-here"}
>
Tooltip
</StylishTooltip>