---
imports:
  - "../dist/doc-callout.js"
---

### doc-callout

The `<doc-callout>` element is used for special attention.

#### Attributes

- `type`:  Can be `info` (default), `warning`, `tip`, or `danger`.

#### Example

```html
<doc-callout type="info">This is an information.</doc-callout>
<doc-callout type="tip">This is a tip.</doc-callout>
<doc-callout type="warning">This is a warning.</doc-callout>
<doc-callout type="danger">This is dangerous.</doc-callout>
```

<doc-callout type="info">This is an information.</doc-callout>
<doc-callout type="tip">This is a tip.</doc-callout>
<doc-callout type="warning">This is a warning.</doc-callout>
<doc-callout type="danger">This is dangerous.</doc-callout>
