@rhds/elements
Version:
Red Hat Design System Elements
25 lines (17 loc) • 589 B
Markdown
# Site Status
Website status communicates the operational status of a website or domain using a status icon and link. It is usually located in the Footer component
## Installation
If using npm/bundlers:
```bash
npm install @rhds/elements
```
Then once installed, import it to your application:
```js
import '@rhds/elements/rh-site-status/rh-site-status.js';
```
## Usage
- When you need to communicate the operational status of a website or domain
- When you need to provide users with a link to a status page where they can learn more
```html
<rh-site-status></rh-site-status>
```