# SourceSelectorButton
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| nav | Nav name | string | - | |
| source | Nav source name | string | - | |
| text | Button text | string | - | |
| icon | 'mdi-' prefixed icon name | string | - | |
| active | Source is active | boolean | - | false |
| expanded | Whole nav is showing items | boolean | - | true |
| toggleable | Can collapse whole nav | boolean | - | true |
| variant | Activity-controlled variant | string | - | 'primary' |
# Events
| Event name | Properties | Description |
|---|---|---|
| select | ||
| expand |