JSPM

  • Created
  • Published
  • Downloads 1522
  • Score
    100M100P100Q117837F
  • License Apache-2.0

React component library for the Assisted Installer UI

Package Exports

    Readme

    The Assisted Installer UI components library

    NPM

    Install

    yarn add @openshift-assisted/locales
    yarn add @openshift-assisted/ui-lib

    Jest

    The project uses conditional exports which are only supported in Jest >= v28.
    If your project uses an older Jest version add the following settings to Jest's configuration:

    {
      "moduleNameMapper": {
        "@openshift-assisted/ui-lib/cim": "<rootDir>/node_modules/@openshift-assisted/ui-lib/build/cim",
        "@openshift-assisted/locales/([a-z]{2,3}/translation.json)": "<rootDir>/node_modules/@openshift-assisted/locales/lib/$1/translation.json"
      }
    }

    Depending on your Jest configuration, you may need also to add this:

    {
      "transformIgnorePatterns": ["node_modules/(?!@openshift-assisted|lodash-es|@patternfly)"]
    }

    License

    Apache-2.0