Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

crc-org/crc-react-components

Repository files navigation

CRC shared React components

Shared components for CodeReady Containers

  • ControlCard that shows preset based info and Actions
    • Status => based on provided props.preset
    • Actions
  • Preset-based status
    • PodmanStatus
    • OpenShiftStatus
    • UnknownStatus
  • LogWindow
    • scrolls to bottom on addition of log lines
  • Configuration
    • basic config cpus, memory, disk-size, pull-secret
  • Actions
    • props.onStart
    • props.onStop
    • props.onDelete

Publish

$ npm run release

Used by