← All components

Alert

Inline status and feedback messages.

Example

import { Alert, AlertDescription, AlertTitle } from "matcha-ui";
import { Terminal } from "phosphor-react";

<Alert>
  <Terminal size={18} weight="bold" />
  <AlertTitle>Heads up</AlertTitle>
  <AlertDescription>
    You can add Matcha UI to your app with npm.
  </AlertDescription>
</Alert>