-
Notifications
You must be signed in to change notification settings - Fork 29
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
docs: update getting started guide and sandbox example for custom theme usage #944
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #944 +/- ##
=======================================
Coverage 78.34% 78.34%
=======================================
Files 405 405
Lines 6640 6640
=======================================
Hits 5202 5202
Misses 1438 1438 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2024-11-11 14:28:18 +0000, PR #944 (1900ca3) was successfully deployed. You can view it at the following link: |
PR Type
documentation, enhancement
Description
customTheme
object, allowing for more flexible theme configurations.Root
component and documentation examples to utilize the newcustomTheme
.Changes walkthrough 📝
create-react-app.js
Enhance theme customization with `customTheme` object
packages/react-docs/sandbox/create-react-app.js
customTheme
object to manage theme configurations.Root
component to usecustomTheme
.index.page.mdx
Update documentation for custom theme usage
packages/react-docs/pages/getting-started/usage/index.page.mdx
customTheme
for theme configuration.