Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.46 KB

Open Cluster Management UI Components

React shared UI component library for open cluster management.

Build Status npm version Coverage Vulnerabilities

Storybook of Components

Prerequisites

Installation

  1. Install dependencies

    npm ci
    
  2. Run tests

    npm test
    
  3. Build the package

    npm build
    

Adding a new component

  1. Add a new component directory to src with

    • Component
    • Tests
    • Storybook
  2. Export the component in src/index.ts