Flow

Components

AlertIcon

Das AlertIcon dient zur Veranschaulichung eines Status, beispielsweise in einem AlertBadge oder AlertGitHub

Beispiel

Accessibility

The aria-label is pre-filled with a standard translation based on the variant.

import AlertIcon from "@mittwald/flow-react-components/AlertIcon";

<AlertIcon />

Status

import AlertIcon from "@mittwald/flow-react-components/AlertIcon";

<Row>
  <AlertIcon status="info" />
  <AlertIcon status="success" />
  <AlertIcon status="warning" />
  <AlertIcon status="danger" />
</Row>
Feedback geben