We are new to OpenMRS community. We are creating new OpenMRS OWA module. In which we like to use openmrs-esm-styleguide. But we are struggling to use it in our OWA project.
Please help us with any How to use guide available.
Link to our OWA boilerplate where we are trying to implement. (The current implementation is using @openmrs/style-referenceappliation for style guide)
The microfrontends project is not using the OWA spec, since that spec is dead. Instead, we are using npm and node to bundle frontend code and publish the code to npm. What this means is that you can find openmrs-esm-styleguide on npm as @openmrs/esm-styleguide.
A couple options for you on how to use it:
Run npm install @openmrs/esm-styleguide . Then copy node_modules/@openmrs/esm-styleguide/dist into your OWA and load it via <link rel="stylesheet" href="/styleguide-entry.css">