Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @openshift-assisted/ui-lib with all npm packages installed. Try it out:

@openshift-assisted/ui-lib lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

require("react-tagsinput/package.json"); // react-tagsinput is a peer dependency. require("i18next/package.json"); // i18next is a peer dependency. require("react-redux/package.json"); // react-redux is a peer dependency. require("react-monaco-editor/package.json"); // react-monaco-editor is a peer dependency. require("@reduxjs/toolkit/package.json"); // @reduxjs/toolkit is a peer dependency. require("react-router-dom/package.json"); // react-router-dom is a peer dependency. require("yup/package.json"); // yup is a peer dependency. require("redux/package.json"); // redux is a peer dependency. require("react-dom/package.json"); // react-dom is a peer dependency. require("react-i18next/package.json"); // react-i18next is a peer dependency. require("axios/package.json"); // axios is a peer dependency. require("@sentry/browser/package.json"); // @sentry/browser is a peer dependency. require("monaco-editor/package.json"); // monaco-editor is a peer dependency. require("@openshift-console/dynamic-plugin-sdk/package.json"); // @openshift-console/dynamic-plugin-sdk is a peer dependency. require("uuid/package.json"); // uuid is a peer dependency. require("react/package.json"); // react is a peer dependency. // require("@openshift-assisted/ui-lib/[??]")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@openshift-assisted/ui-lib v2.27.1

React component library for the Assisted Installer UI

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free