Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
react-fidelity-ui
Advanced tools
High-fidelity UI pack for ReactJS
Run npm install --save react-fidelity-ui
Multi-purpose dropdown component. It supports single/multi select, items filtering, adding new items and tags. This component works with array of objects with schema:
[{
id: 1, // string/number
name: 'Item A', // string
isSelected: true // boolean
}, {
id: 2,
name: 'Item B',
isSelected: false
}]
Timeline component. It supports horizontal/vertical display, asc/desc sorting. This component works with any array of objects, containing a date field.
Breadcrumbs component. This component works with array of objects with schema:
[{
id: 1, // string/number
name: 'Item A', // string
isSelected: true // boolean
}, {
id: 2,
name: 'Item B',
isSelected: false
}]
Notifications component. This component displays static messages to the DOM.
General-purpose panel component. It comes with a number of built-in themes. This component can be utilized within other components like Dropdown
and Timeline
.
Tag component. It can be utilized within other components like Dropdown
and Timeline
.
Loader component. This component displays a loading spinner.
Icon component. It displays svg icons from the fidelity-ui
icons pack.
Coming soon...
Coming soon...
Coming soon...
FAQs
High fidelity UI pack for ReactJS
We found that react-fidelity-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.