ef-mute
A click on this element toggles mute.
A click on this element toggles mute.
Attributes
| Attribute | React prop | Type | Default | Description |
|---|---|---|---|---|
target | target | string | "" | 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. |