chrisahl / ui-components

React shared UI components library for open cluster management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 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

License:Apache License 2.0


Languages

Language:TypeScript 97.9%Language:Shell 1.1%Language:CSS 0.7%Language:JavaScript 0.2%Language:Makefile 0.1%Language:HTML 0.0%