-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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: add style/className/styles/classNames to ConfigProvider #42623
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MadCcc
reviewed
May 25, 2023
MadCcc
reviewed
May 25, 2023
MadCcc
reviewed
May 25, 2023
MadCcc
reviewed
May 25, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature #42623 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 641 641
Lines 10891 10895 +4
Branches 2958 2960 +2
=========================================
+ Hits 10891 10895 +4
☔ View full report in Codecov by Sentry. |
size-limit 超了 |
MadCcc
reviewed
May 26, 2023
li-jia-nan
reviewed
May 26, 2023
li-jia-nan
reviewed
May 26, 2023
Co-authored-by: lijianan <[email protected]>
Co-authored-by: lijianan <[email protected]>
MadCcc
approved these changes
May 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related issue link
#39862
💡 Background and solution
add style/styles/className/classNames to ConfigProvider for button
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at 32c90ac
This pull request adds a new feature to the
ConfigProvider
component, which allows users to customize the style and className props of theButton
component globally. It updates theButton
component, theConfigContext
interfaces, and the documentation to support this feature. It also adds a test file and fixes a minor issue in theButton
component.🔍 Walkthrough
🤖 Generated by Copilot at 32c90ac
button
prop toConfigProvider
component to allow customizingButton
component style and className (link, link, link, link, link, link, link)IconWrapper
component inButton
component to wrap icon prop and apply styles and classes (link, link, link, link, link)IconWrapper
component inButton
component (link)context.ts
file for readability (link)ConfigProvider.button
feature inbutton.test.tsx
file (link)