A click on this element toggles mute.
Attributes
1 of 1
target
- React prop
target- Type
string- Default
""- Description
- ID of the target element this component controls or reads from.
Slots
| Slot | Description |
|---|---|
muted | Shown while the target is muted. Click the target to unmute it. |
unmuted | Shown while the target is unmuted. Click the target to mute it. |
CSS Parts
| Part | Description |
|---|---|
button | The click target that contains the slotted muted and unmuted content. |