Skip to content

Commit 67042ef

Browse files
authored
feat!: mark @tutorialkit/react component API as experimental feature (#346)
1 parent 61a542e commit 67042ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/tutorialkit.dev/src/content/docs/reference/react-components.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ import sourceUseWebcontainer from "@components/react-examples/hooks/useWebcontai
2222

2323
You can reuse TutorialKit's React components in your own applications. They are designed to work well with the [WebContainer API][webcontainers].
2424

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+
2532
Here's a simple editor that can be made with those components:
2633

2734
<ExampleSimpleEditor client:load />

0 commit comments

Comments
 (0)