# <status-indicator> web component
Circles with colors. That's it. That's the component.
## Quick Start using a CDN
Copy the following to your HTML page:
```html
All systems operational
```
## Installation via NPM
If you want to install the library as a node module, you can install the [published package](https://npmx.dev/@ayo-run/status-indicator) via NPM:
```bash
# using npm
npm install @ayo-run/status-indicator
# or using pnpm
pnpm add @ayo-run/status-indicator
```
## Usage
### 1. `status` property
To indicate the status that determines the color of the circle, set the `status` property of the `status-indicator` component to any of the following: `positive`, `negative`, `active`, or `intermediary`.
```html
All systems operational
Something's wrong
It's just fine; carry on
Slow down...
Nothing matters
```
### 2. `pulse` animation
You can add the `pulse` attribute to make the circle... pulse
```html
All systems operational
```
### Result

---
A project by _Ayo_