# SystemStatus

## Purpose

Component SystemStatus

## Props

### Required

| Prop   | Type     | Description    |
| ------ | -------- | -------------- |
| `lang` | `String` | No description |

## Dependencies

### External

- vue

### Internal

- ../linkbutton/LinkButton.vue

## Usage Example

```vue
<template>
  <SystemStatus
    :lang=""exemplo""
  >
  </SystemStatus>
</template>
```

## Related Links

- [TypeScript Definitions](./SystemStatus.d.ts)
- [Component Implementation](./SystemStatus.vue)
- [Export Module](./systemstatus.js)
- [Package Configuration](./package.json)
