New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-fidelity-ui

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fidelity-ui

High fidelity material UI pack for ReactJS

  • 0.0.3
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React Fidelity UI

High-fidelity UI pack for ReactJS

Installation

Run npm install --save react-fidelity-ui

Principles

  • Simple declarative API
  • Highly configurable
  • Semantic markup
  • Atomic design
  • CSS-based animations and effects

Components

Dropdown

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

Timeline component. It supports horizontal/vertical display, asc/desc sorting. This component works with any array of objects, containing a date field.

Breadcrumbs

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
}]
Notification

Notifications component. This component displays static messages to the DOM.

Panel

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

Tag component. It can be utilized within other components like Dropdown and Timeline.

Loader

Loader component. This component displays a loading spinner.

Icon

Icon component. It displays svg icons from the fidelity-ui icons pack.

Grid

Coming soon...

TextEditor

Coming soon...

Board

Coming soon...

Keywords

FAQs

Package last updated on 17 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc