From 29f0d8b6c9d2d17f12ffd72a3bf069c80c95826b Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 17:59:48 +0200 Subject: [PATCH] chore: update readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index fd7f8e8..c40ae6d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,28 @@ Circles with colors. That's it. That's the component. ![screenshot](./screenshot.png) +## 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... + +``` + --- A project by _Ayo_