# ef-appstate-bar

Used to display at the top of application to provide a status or information.

## Properties

| Property  | Attribute | Type                            | Default | Description                         |
|-----------|-----------|---------------------------------|---------|-------------------------------------|
| `heading` | `heading` | `string`                        | ""      | Text to display in heading section. |
| `state`   | `state`   | `"info" \| "highlight" \| null` | null    | Type of state bar.                  |

## Events

| Event   | Description                            |
|---------|----------------------------------------|
| `clear` | Fired when the user taps clear button. |

## Slots

| Name    | Description                               |
|---------|-------------------------------------------|
| `right` | Place custom content on the right of bar. |
