![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
pui-css-dropdowns
Advanced tools
A CSS dropdowns 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-dropdowns
Note that this requires the Bootstrap JavaScript.
<div class="dropdown btn-group">
<button id="dropdown-button-1" class="dropdown-toggle btn-default" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Button Dropdown
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdown-button-1">
<li role="presentation">
<a href="http://www.google.com" role="menuitem">Google</a>
</li>
<li class="divider mvn"></li>
<li role="presentation">
<a href="http://www.yahoo.com" role="menuitem">Yahoo</a>
</li>
<li class="divider mvn"></li>
<li role="presentation">
<a href="http://www.aol.com" role="menuitem">Aol</a>
</li>
</ul>
</div>
You can find more examples of the dropdowns 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 2016 Pivotal Software, Inc. All Rights Reserved.
7.0.0 (2016-10-11)
src
prop instead of name
. (652fcc5)<a name="6.0.2"></a>
FAQs
dropdowns css component for Pivotal UI based on Bootstrap
The npm package pui-css-dropdowns receives a total of 16 weekly downloads. As such, pui-css-dropdowns popularity was classified as not popular.
We found that pui-css-dropdowns 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.