
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
pui-css-hoverable
Advanced tools
A CSS hoverable component that can be installed via this npm package. This package provides all of the CSS you need to use the component.
To install the package from the command line:
npm install pui-css-hoverable
<ul class="list-group" hoverable-group="true">
<li class="list-group-item" hoverable="true">
List Item 1
<a class="hovered" href="#">Edit</a>
</li>
<li class="list-group-item" hoverable="true">
List Item 2
<a class="hovered" href="#">Edit</a>
</li>
<li class="list-group-item" hoverable="true">
List Item 3
<a class="hovered" href="#">Edit</a>
</li>
<li class="list-group-item">
Not hoverable
</li>
</ul>
You can find more examples of the hoverable component in the pui style guide
This is a component of Pivotal UI, a collection of React and CSS components for rapidly building and prototyping UIs.
(c) Copyright 2017 Pivotal Software, Inc. All Rights Reserved.
FAQs
hoverable css component for Pivotal UI based on Bootstrap
We found that pui-css-hoverable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 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.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.