-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(Modal): impliment Dimmer shorthand #1739
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1739 +/- ##
==========================================
+ Coverage 99.83% 99.83% +<.01%
==========================================
Files 172 173 +1
Lines 3101 3105 +4
==========================================
+ Hits 3096 3100 +4
Misses 5 5
Continue to review full report at Codecov.
|
The That said, it makes sense to allow the user to control the Dimmer. I'm thinking we should:
|
Sure, setting a different prop for Dimmer className is a better solution.
|
Needs #2001. |
There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one. However, PRs for this issue will of course be accepted and welcome! If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks! |
This issue will be closed due to lack of activity for 12 months. If you’d like this to be reopened, just leave a comment; we do monitor them! |
There has been no activity in this thread for 180 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one. However, PRs for this issue will of course be accepted and welcome! If there is no more activity in the next 180 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #1739 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 185 186 +1
Lines 3251 3255 +4
=======================================
+ Hits 3246 3250 +4
Misses 5 5
Continue to review full report at Codecov.
|
Fixes #3195.
This PR adds support for shorthand API in the
dimmer
prop forModal
. This allows to apply callbacks or props specifically to adimmer
slot: