CCV2 Template Tutorials#1434
Open
sfc-gh-dmatthews wants to merge 7 commits intoprettier-python-difffrom
Open
Conversation
This was referenced Mar 7, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
2 tasks
58eb0b9 to
f786504
Compare
01ddaf1 to
3b284ff
Compare
f786504 to
a3f1c98
Compare
sfc-gh-bnisco
approved these changes
Mar 9, 2026
a3f1c98 to
cbfe528
Compare
17b3485 to
86ce870
Compare
cbfe528 to
c32cf01
Compare
86ce870 to
7b3c831
Compare
c32cf01 to
3366515
Compare
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.

📚 Context
Added comprehensive tutorials for building custom components using the official component template. These tutorials provide step-by-step guidance for developers who want to create package-based custom components with either Pure TypeScript or React + TypeScript.
🧠 Description of Changes
Current:
The documentation had conceptual information about custom components but lacked practical, hands-on tutorials showing developers how to use the official component template.
Revised:
Files added/modified:
content/develop/tutorials/custom-components/_index.md- New tutorial section landing pagecontent/develop/tutorials/custom-components/template-typescript.md- Pure TypeScript tutorialcontent/develop/tutorials/custom-components/template-react.md- React + TypeScript tutorialcontent/develop/tutorials/_index.md- Added custom components cardcontent/develop/concepts/custom-components/components-v2/package-based.md- Added tip box linking to tutorialscontent/menu.md- Added navigation entries for new tutorial pages💥 Impact
Size:
🌐 References
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.