Infobar

<gov-infobar color="error" type="subtle" closable aria-label="Důležité oznámení" aria-live="polite">
    <gov-icon type="templates" name="exclamation-triangle-fill" slot="icon" aria-hidden="true"></gov-icon>
    <p>Plánovaná údržba systému proběhne dne DD.MM.YYYY. Omlouváme se za případné nepříjemnosti.</p>
</gov-infobar>
<gov-infobar color="{{ color }}" type="{{ type }}" closable aria-label="{{ aria-label }}" aria-live="polite">
    {{#if icon}}
        {{ render '@icon' icon }}
    {{/if}}
    <p>{{ text }}</p>
</gov-infobar>
{
  "text": "Plánovaná údržba systému proběhne dne DD.MM.YYYY. Omlouváme se za případné nepříjemnosti.",
  "aria-label": "Důležité oznámení",
  "color": "error",
  "type": "subtle",
  "closable": true,
  "icon": {
    "slot": "icon",
    "type": "templates",
    "name": "exclamation-triangle-fill",
    "aria-hidden": true
  }
}

No notes defined.