Open Cluster Management UI Components
React shared UI component library for open cluster management.
Prerequisites
- node.js version 14.x
Installation
-
Install dependencies
npm ci
-
Run tests
npm test
-
Start the storybook
npm start
Adding a new component
-
Add a new component directory to src with
- Component
- Tests
- Storybook
-
Export the component in src/index.ts