Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@spectrum-web-components/tooltip
Advanced tools
`sp-tooltip` allow users to get contextual help or information about specific components when hovering or focusing on them.
sp-tooltip
allow users to get contextual help or information about specific components when hovering or focusing on them.
Tooltips can be top, bottom, left, or right.
<sp-tooltip open tip="top">Label</sp-tooltip>
<br />
<br />
<sp-tooltip open tip="bottom">Label</sp-tooltip>
<br />
<br />
<sp-tooltip open tip="left">Label</sp-tooltip>
<br />
<br />
<sp-tooltip open tip="right">Label</sp-tooltip>
This is the informative or info variant of Tooltip
<sp-tooltip open tip="top" variant="info">Label</sp-tooltip>
<sp-tooltip open tip="top" variant="info">
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
<sp-tooltip open tip="top" variant="info">
<sp-icon size="s" name="ui:InfoSmall" slot="icon"></sp-icon>
Label
</sp-tooltip>
<sp-tooltip open tip="top" variant="info">
<sp-icon size="s" name="ui:InfoSmall" slot="icon"></sp-icon>
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
This is the postive (a.k.a.) success variant of Tooltip
<sp-tooltip open tip="top" variant="positive">Label</sp-tooltip>
<sp-tooltip open tip="top" variant="positive">
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
<sp-tooltip open tip="top" variant="positive">
<sp-icon size="s" name="ui:CheckmarkSmall" slot="icon"></sp-icon>
Label
</sp-tooltip>
<sp-tooltip open tip="top" variant="positive">
<sp-icon size="s" name="ui:CheckmarkSmall" slot="icon"></sp-icon>
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
This is the negative a.k.a. error variant of Tooltip
<sp-tooltip open tip="top" variant="negative">Label</sp-tooltip>
<sp-tooltip open tip="top" variant="negative">
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
<sp-tooltip open tip="top" variant="negative">
<sp-icon size="s" name="ui:AlertSmall" slot="icon"></sp-icon>
Label
</sp-tooltip>
<sp-tooltip open tip="top" variant="negative">
<sp-icon size="s" name="ui:AlertSmall" slot="icon"></sp-icon>
Lorem ipsum dolor sit amet, consectetur adipiscing elit
</sp-tooltip>
FAQs
`sp-tooltip` allow users to get contextual help or information about specific components when hovering or focusing on them.
The npm package @spectrum-web-components/tooltip receives a total of 1,173 weekly downloads. As such, @spectrum-web-components/tooltip popularity was classified as popular.
We found that @spectrum-web-components/tooltip demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.