Alert

Display an alert component.

Anatomy

Here's how the component can be composed.

() => (
  <Alert>
    <AlertContent>
      <AlertHead />
      <AlertBody />
    </AlertContent>
  </Alert>
);

Examples

Take a peek below to uncover a bunch of interesting examples.

Source Code

You can find the source code of this component here.