Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 501 Bytes

File metadata and controls

7 lines (6 loc) · 501 Bytes

Fork of React Tippy

Major changes:

  • tippy.js is now a true dependency (rather than a full copy of the source code)
  • Requires tippy.js@2.x, react@16.x
  • html property has been renamed to render (can be a function or React element), React Portal is used behind the scene to render the tooltip's content
  • See tippy.js docs for the list of all props/options