1.0.13 • Published 2 years ago

stylish-tooltip v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Getting Started with Stylish-Tooltip

Style boring Tooltips!

Available Props

  1. id => Same id as the main container you want to show the tooltip
  2. mode => "light" mode or "dark" mode, "dark" is default
  3. type => "striped"
  4. children, => Or display an entire div inside the tooltip
  5. styledClass => Customize Tooltip with "styledClass"
<h2 id="show-here">My Text</h2>
   <StylishTooltip
      mode="dark"
      type="default"
      id={"show-here"}
   >
      Tooltip
</StylishTooltip>
1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago