# <status-indicator> web component
Circles with colors. That's it. That's the component.
## Quick Start
Copy the following on your HTML page:
```html
All systems operational
```
## Installation
```bash
# using npm
npm install @ayo-run/status-indicator
# or using pnpm
pnpm add @ayo-run/status-indicator
```
## Usage
Set the `status` property of the `status-indicator` component to any of the following: positive, negative, active, intermediary.
```html
All systems operational
Something's wrong
It's just fine; carry on
Nothing matters
Slow down...
```
### Result

---
A project by _Ayo_