# Create a `wa-breadcrumb-item` component

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

## Usage

``` r
wa_breadcrumb_item(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  dir = NULL,
  href = NULL,
  lang = NULL,
  rel = NULL,
  target = NULL,
  end = NULL,
  separator = NULL,
  start = 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.

- href:

  String. Optional URL to direct the user to when the breadcrumb item is
  activated. When set, a link will be rendered internally. When unset, a
  button will be rendered instead.

- lang:

  String. Optional Web Awesome attribute.

- rel:

  String. Default: `noreferrer noopener`. The `rel` attribute to use on
  the link. Only used when `href` is set.

- target:

  Enumerated string. Allowed values: `_blank`, `_parent`, `_self`,
  `_top`. Tells the browser where to open the link. Only used when
  `href` is set.

- end:

  An element, such as `<wa-icon>`, placed after the label.

- separator:

  The separator to use for the breadcrumb item. This will only change
  the separator for this item. If you want to change it for all items in
  the group, set the separator on `<wa-breadcrumb>` instead.

- start:

  An element, such as `<wa-icon>`, placed before the label.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
