-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: add Text component to react-text
#15304
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
|
Thanks for submitting this change, but due to work currently in progress to prepare |
|
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 1ceebec:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesUnable to find bundle size details for Baseline commit: 8827b37 Possible causes
Recommendations
|
31719af to
967864a
Compare
1d6f58f to
867fa1d
Compare
867fa1d to
3d156a8
Compare
Co-authored-by: Makoto Morimoto <humbertomakotomorimoto@gmail.com>
…eat/react-text
|
Seems like you need to run |
…eat/react-text � Conflicts: � packages/react-theme-provider/src/__snapshots__/ThemeProvider.test.tsx.snap � packages/react-theme-provider/src/getTokens.ts
…eat/react-text
| root: 'ms-Text', | ||
| }; | ||
|
|
||
| export const useTextClasses = makeClasses({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great, and also, I just merged makeVariantClasses should we want these to be easily definable and extendable in the theme. Can sync later on this.
dzearing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
|
🎉 Handy links: |
|
🎉 Handy links: |
This PR adds an initial version of
Textin@fluentui/react-text.