New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@synerise/ds-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synerise/ds-tooltip

Tooltip UI Component for the Synerise Design System

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
680
decreased by-57.53%
Maintainers
1
Weekly downloads
 
Created
Source

id: tooltip title: Tooltip

Tooltip UI Component

Tooltip

API

PropertyDescriptionTypeDefault
arrowPointAtCenterWhether the arrow is pointed at the center of target, supported after antd@1.11+booleanfalse
autoAdjustOverflowWhether to adjust popup placement automatically when popup is off screenbooleantrue
defaultVisibleWhether the floating tooltip card is visible by defaultbooleanfalse
getPopupContainerThe DOM container of the tip, the default behavior is to create a div element in bodyFunction(triggerNode)() => document.body
mouseEnterDelayDelay in seconds, before tooltip is shown on mouse enternumber0.1
mouseLeaveDelayDelay in seconds, before tooltip is hidden on mouse leavenumber0.1
overlayClassNameClass name of the tooltip cardstring-
overlayStyleStyle of the tooltip cardobject-
placementThe position of the tooltip relative to the target, which can be one of top left right bottom topLeft topRight bottomLeft bottomRight leftTop leftBottom rightTop rightBottomstringtop
triggerTooltip trigger modehover, focus, click, contextMenuhover
visibleWhether the floating tooltip card is visible or notbooleanfalse
onVisibleChangeCallback executed when visibility of the tooltip card is changed(visible) => void-
alignthis value will be merged into placement's config, please refer to the settings rc-tooltipObject-

FAQs

Package last updated on 24 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc