Installing the widget
Add the library to your website:Customizing with CSS
Add aclass to your widget:
style.css
| Property | What it controls |
|---|---|
--widget-padding | Inner spacing around the badge |
--widget-border-radius | Corner rounding (9999px = pill) |
--widget-gap | Space between the dot and the label |
--widget-dot-size | Diameter of the status dot |
--widget-dot-color-operational | Dot color when everything is up |
--widget-dot-color-degraded | Dot color during degraded performance |
--widget-dot-color-outage | Dot color during an outage |
--widget-dot-pulse | Animated pulse ring around the dot |
--widget-background | Badge background color |
--widget-border | Badge border |
--widget-shadow | Drop shadow |
--widget-font-size | Label text size |
--widget-font-weight | Label text weight |
--widget-text-color | Label text color |

