![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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" 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 2017 Pivotal Software, Inc. All Rights Reserved.
8.0.0 (2017-03-09)
8 point grid system: Many components have been refactored to fit the grid system described in this blog
Accordion/Collapse: Redesigned to 8 point standard. Replaced <h5> tag in panel heading with class .panel-title.
Buttons: Redesigned to 8 point standard.
Dropdown: Redesigned to 8 point standard. CSS solution is truly CSS-only. Added size option. Added floatMenu option to React component to give explicit control over whether menu is floating.
Forms: Redesigned to 8 point standard. Custom icons fixed to 18px by 18px.
Iconography: Wrapping element for Icons were changed from span to div. Added spinner SVGs in three different sizes; sm, md, lg. The spinners can be used in Icons. You can then attach a spinner icon in a button.
Links: Link animation speed changed from 300ms to 150ms.
Modals: Redesigned to 8 point standard. Replaced close image with SVG. Replaced modal body wrapping <p> tag with .modal-body class. Removed bootstrap influence from modals styling.
Panels: Redesigned to 8 point standard.
Tables: Redesigned to 8 point standard. Added flex-grid-driven table in addition to standard HTML table (both React and CSS). Added border and hover modifier classes for CSS only tables.
Tabs: Redesigned to 8 point standard.
Tooltips: Redesigned to 8 point standard. Added a TooltipTrigger React component that uses a different rendering strategy from OverlayTrigger. Added dark and light themes to both TooltipTrigger and OverlayTrigger. CSS solution for tooltip is truly CSS-only. Added three sizes to tooltips (sm, md, lg).
Typography: Redesigned to 8 point standard.
<a name="7.5.5"></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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.