Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.05 KB

React components collection

Loose collection of React components that will probably be split up further down the road. Based on Material-UI.

Available components

  • Notification/toast management based on Material-UI Alerts with access to all past notifications.
  • Popover menu with support for multiple entries and categories.
  • Topbar with multiple optional integrations, including the components/features mentioned above

A more in-depth explanation of the single components can be found inside the README file of the library.

Demo application

The react-components-example contains a demo application to showcase the provided components. Simply run make run-demo.

Install

  • Insert the following content into .npmrc at the root of your project
    @b1-systems:registry=https://npm.pkg.github.com
    
  • (Once) Login against the GitHub Package Registry with a Personal Access Token
    npm login --scope=@b1-systems --registry=https://npm.pkg.github.com
    
  • Run npm install @b1-systems/react-components