API reference
Properties
| Property | Attribute | Description | Type | Default | 
|---|---|---|---|---|
| label | label | Accessible name for the component. | string | |
| selected | selected | When true, the component is selected. | boolean | false | 
Slots
| Name | Description | 
|---|---|
| default (unnamed) | A slot for adding content. | 
Methods
| Name | Description | Signature | 
|---|---|---|
| componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |