Skip to content

React shared UI components library for open cluster management

License

Notifications You must be signed in to change notification settings

willkutler/ui-components

 
 

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 unit tests

    npm test
    
  3. Run style checks

    npm run lint
    
  4. Start the storybook

    npm start
    

Adding a new component

  1. Add a new component directory to src with

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

About

React shared UI components library for open cluster management

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Other 1.6%