
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
openshift-assisted-ui-lib
Advanced tools
React component library for https://github.com/openshift-assisted/assisted-ui.
Please note, the project's upstream has been renamed and moved from mareklibra/facet-lib to https://github.com/openshift-assisted/assisted-ui-lib in December 2020.
npm install --save openshift-assisted-ui-lib
or
yarn add openshift-assisted-ui-lib
This project depends on the following package
sudo dnf install -y inotify-tools
You can use the following steps in order to set up your dev environment.
~/Projects.git clone it.
cd ~/Projects
git clone https://github.com/openshift-assisted/assisted-ui-lib.git
yarn --cwd=./assisted-ui-lib/ install
# Watches for changes in the `/src` folder and bundles the files into `/dist` folder
yarn start
# Synchronizes `/dist` with `node_modules/openshift-assisted-ui-lib/` folder in .
yarn sync-dist
assisted-ui project to ease the development experience outside OCM (aka
uhc-portal), follow the instructions in those projects in order to access the app's UI.To publish a new version of the package to npmjs.com
master in this repo, called release/v<some-semver-string>.v<some-semver-string>release/v<some-semver-string> (same as in step 2 above).v<some-semver-string>The types used by Assisted Installer UI are defined in src/common/api/types.ts and they are
generated automatically by running yarn update-api.
If you see the following error: Error: ENOSPC: System limit for number of file watchers reached,
you will need to increase the number of inotify watchers.
From the terminal run the following commands:
$ sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
$ sudo sysctl -p
See i18n for information on our internationalization tools and guidelines
Apache-2.0
FAQs
React component library for the Bare Metal Installer
The npm package openshift-assisted-ui-lib receives a total of 251 weekly downloads. As such, openshift-assisted-ui-lib popularity was classified as not popular.
We found that openshift-assisted-ui-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.