@openmrs/esm-user-onboarding-app

4.0.1-pre.75 • Public • Published

Node.js CI

OpenMRS ESM User Onboarding App

This repository contains the user onboarding tutorials for OpenMRS3.

Running this code

yarn  # to install dependencies
yarn start  # to run the dev server

Configuring steps

Auto transition steps

To automatically transition to the next step when an element appears on the screen, you can add the autoTransition property to the step configuration. This property should be an object with the following properties:

  • autoNextOn: The selector of the element that should trigger the transition.

Example usage:

{
  target: '',
  title: 'Title',
  data: {
    autoNextOn: '[data-extension-id="clinical-appointments-dashboard"]',
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @openmrs/esm-user-onboarding-app

Weekly Downloads

115

Version

4.0.1-pre.75

License

MPL-2.0

Unpacked Size

2.88 MB

Total Files

82

Last publish

Collaborators

  • ibacher
  • mogoodrich
  • openmrs-bot
  • rkorytkowski
  • djazayeri
  • joeldenning
  • mksd
  • brandones
  • jdick
  • bmamlin
  • dkibet
  • mdubey
  • dennisforthewin