Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToggleMuteControl #35

Closed
4 tasks done
mihar-22 opened this issue Feb 2, 2021 · 1 comment · Fixed by #134
Closed
4 tasks done

ToggleMuteControl #35

mihar-22 opened this issue Feb 2, 2021 · 1 comment · Fixed by #134
Labels

Comments

@mihar-22
Copy link
Member

mihar-22 commented Feb 2, 2021

Tasks

Notes

Slots

  • mute: Used to pass in a styled element to give the component form when the muted state is false.
  • unmute: Used to pass in a styled element to give the component form when the muted state is true.

CSS Parts

  • control-* and mute-control-*: Forward all Control parts and forward them again but this time prefixed with mute-.
  • control-* and unmute-control-*: Forward all Control parts and forward them again but this time prefixed with unmute-.
<!-- Example -->
<vds-mute-control
  exportparts="control, control-focused, ..., control: mute-control, mute-focused: mute-control-focused"
>
  <slot name="mute"></slot>
</vds-mute-control>

References

@mihar-22 mihar-22 changed the title ToggleMuteControl UI Component ToggleMuteControl Feb 2, 2021
@mihar-22 mihar-22 mentioned this issue Feb 3, 2021
3 tasks
@mihar-22 mihar-22 added this to the reddit-wmp-m1 milestone Feb 5, 2021
mihar-22 added a commit that referenced this issue Mar 8, 2021
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant