# Callout
A left-bordered notice block for tips, warnings, and status messages. This is
`callout.css` in `@layer components`.
```html
Heads up
This action can't be undone.
```
## Parts
| Class | Role |
|---|---|
| `.callout` | The block: a 3px left border, a soft tinted background, matching ink text, and rounded on the right |
| `.callout-title` | Semibold title line |
| `.callout-body` | Body text (inherits the callout's color) |
## Intents
A bare `.callout` uses the **info** treatment by default. The intent modifiers
switch the border, tint, and ink together, each drawing from a status (or
accent) triple:
| Class | Color |
|---|---|
| `is-info` | Info (also the default) |
| `is-success` | Success |
| `is-warning` | Warning |
| `is-danger` | Danger |
| `is-accent` | Accent (your brand color) |
```html
Saved
Your changes are live.
Upgrade to unlock team features.
```