File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/tutorialkit.dev/src/content/docs/reference Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ import sourceUseWebcontainer from "@components/react-examples/hooks/useWebcontai
22
22
23
23
You can reuse TutorialKit's React components in your own applications. They are designed to work well with the [ WebContainer API] [ webcontainers ] .
24
24
25
+ :::note
26
+ Using ` @tutorialkit/react ` package directly without ` @tutorialkit/astro ` is ** experimental** at the moment.
27
+ This package may introduce breaking changes in patch and minor version updates. Pay extra attention when updating the versions.
28
+
29
+ We are planning to stabilize component API of ` @tutorialkit/react ` in future.
30
+ :::
31
+
25
32
Here's a simple editor that can be made with those components:
26
33
27
34
<ExampleSimpleEditor client :load />
You can’t perform that action at this time.
0 commit comments