# xpl-dropdown-group



<!-- Auto Generated Below -->


## Properties

| Property    | Attribute | Description                | Type                                              | Default     |
| ----------- | --------- | -------------------------- | ------------------------------------------------- | ----------- |
| `groupName` | `label`   | text to display as heading | `string`                                          | `undefined` |
| `options`   | --        | options that are listed    | `Partial<DropdownOption & DropdownOptionGroup>[]` | `undefined` |


## Dependencies

### Used by

 - [xpl-dropdown](..)
 - [xpl-dropdown-group](.)

### Depends on

- [xpl-dropdown-group](.)
- [xpl-dropdown-option](../xpl-dropdown-option)
- [xpl-dropdown-heading](../xpl-dropdown-heading)

### Graph
```mermaid
graph TD;
  xpl-dropdown-group --> xpl-dropdown-group
  xpl-dropdown-option --> xpl-icon
  xpl-dropdown --> xpl-dropdown-group
  style xpl-dropdown-group fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
