Ambient UI

Command Palette

Search for a command to run...

Alert

A callout for displaying important information.

Usage

import { Alert } from "@smartacteam/ambient-web/alert";
<Alert.Root>
  <Alert.Title>Heads up!</Alert.Title>
  <Alert.Description>
    Describe what can be done about it here.
  </Alert.Description>
</Alert.Root>

Examples

With Icon

With Icon and Action Buttons

Info Alert

Warning Alert

Error Alert

Success Alert