# Create a `wa-skeleton` component

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

## Usage

``` r
wa_skeleton(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  dir = NULL,
  effect = NULL,
  lang = 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.

- dir:

  String. Optional Web Awesome attribute.

- effect:

  Enumerated string. Allowed values: `none`, `pulse`, `sheen`. Default:
  `none`. Determines which effect the skeleton will use.

- lang:

  String. Optional Web Awesome attribute.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
