# Create a `wa-tree-item` component

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

## Usage

``` r
wa_tree_item(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  disabled = NULL,
  dir = NULL,
  expanded = NULL,
  lang = NULL,
  lazy = NULL,
  selected = NULL,
  collapse_icon = NULL,
  expand_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.

- disabled:

  Boolean. Default: `FALSE`. Disables the tree item.

- dir:

  String. Optional Web Awesome attribute.

- expanded:

  Boolean. Default: `FALSE`. Expands the tree item.

- lang:

  String. Optional Web Awesome attribute.

- lazy:

  Boolean. Default: `FALSE`. Enables lazy loading behavior.

- selected:

  Boolean. Default: `FALSE`. Draws the tree item in a selected state.

- collapse_icon:

  The icon to show when the tree item is collapsed.

- expand_icon:

  The icon to show when the tree item is expanded.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
