diff --git a/README.md b/README.md index 50a8890..76ef41e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,32 @@ pnpm add web-component-base @ayo-run/status-indicator ## Usage +Without a bundler that resolves `node_module` imports for you, you can use [import +maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script/type/importmap): + +```html + + + + + + + + + +``` + +## Attributes + ### 1. `status` attribute To indicate the status that determines the color of the circle, set the `status` attribute of the `status-indicator` component to any of the following values: `positive`, `negative`, `active`, or `intermediary`.