feat: add style/className/styles/classNames to ConfigProvider#42623
Merged
MadCcc merged 5 commits intoant-design:featurefrom May 26, 2023
Merged
feat: add style/className/styles/classNames to ConfigProvider#42623MadCcc merged 5 commits intoant-design:featurefrom
MadCcc merged 5 commits intoant-design:featurefrom
Conversation
Contributor
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. |
Member
|
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 <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
MadCcc
approved these changes
May 26, 2023
This file contains hidden or 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
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
ConfigProvidercomponent, which allows users to customize the style and className props of theButtoncomponent globally. It updates theButtoncomponent, theConfigContextinterfaces, and the documentation to support this feature. It also adds a test file and fixes a minor issue in theButtoncomponent.🔍 Walkthrough
🤖 Generated by Copilot at 32c90ac
buttonprop toConfigProvidercomponent to allow customizingButtoncomponent style and className (link, link, link, link, link, link, link)IconWrappercomponent inButtoncomponent to wrap icon prop and apply styles and classes (link, link, link, link, link)IconWrappercomponent inButtoncomponent (link)context.tsfile for readability (link)ConfigProvider.buttonfeature inbutton.test.tsxfile (link)