Links

Publish a component

Once you finish creating / updating your component, you can publish it to the Uiflow library, which makes the component available in the Uiflow development space.
You have the option to make it available to:
  • Yourself
  • Everyone in your organization
  • Globally to all users
To publish your component:
  1. 1.
    Open a command line window.
  2. 2.
    Navigate to the directory containing the npm package for your custom components (e.g. my-custom-components).
  3. 3.
    Enter npm run publish in the command line.
  4. 4.
    Follow the on-page instructions.