# Create a `wa-callout` component

Generated wrapper for the Web Awesome `wa-callout` component. Generated
from Web Awesome metadata.

## Usage

``` r
wa_callout(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  appearance = NULL,
  dir = NULL,
  lang = NULL,
  size = NULL,
  variant = NULL,
  icon = NULL
)
```

## Arguments

- ...:

  Child content for the component's default slot.

- id:

  Optional DOM id attribute for HTML, CSS, and JS targeting.

- class:

  Optional CSS class string.

- style:

  Optional inline CSS style string.

- appearance:

  Enumerated string. Allowed values: `accent`, `filled`,
  `filled-outlined`, `outlined`, `plain`. The callout's visual
  appearance.

- dir:

  String. Optional Web Awesome attribute.

- lang:

  String. Optional Web Awesome attribute.

- size:

  Enumerated string. Allowed values: `large`, `medium`, `small`.
  Default: `medium`. The callout's size.

- variant:

  Enumerated string. Allowed values: `brand`, `danger`, `neutral`,
  `success`, `warning`. Default: `brand`. The callout's theme variant.
  Defaults to `brand` if not within another element with a variant.

- icon:

  An icon to show in the callout. Works best with `<wa-icon>`.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
