-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Adding makeStyles interim v7 hook factory to get classes as a function of the theme #14641
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
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f1dae65:
|
Co-authored-by: Xu Gao <xugao0131@hotmail.com>
|
Hello @dzearing! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 8 hours, a condition that will be fulfilled in about 7 hours 46 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
Asset size changes
Baseline commit: 535f95642c0f616c18791ed72548932595d0456a (build) |
…i-fabric-react into feat/useStyles
Co-authored-by: Xu Gao <xugao0131@hotmail.com>
|
🎉 Handy links: |
Pull request checklist
$ yarn changeDescription of changes
Adding a
makeStyleshook factory to the@uifabric/stylingpackage as an interim solution for customers to get styles as a function of the theme.Using styling with Fluent UI v7 React components
Themed styling can be created using the
makeStyleshook. This hook abstracts rendering css given the theme object: