Skip to content

Commit

Permalink
feat!: mark @tutorialkit/react direct usage as experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Sep 24, 2024
1 parent 61a542e commit 64c4653
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ import sourceUseWebcontainer from "@components/react-examples/hooks/useWebcontai

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

:::note
Using `@tutorialkit/react` package directly without `@tutorialkit/astro` is **experimental** at the moment.
This package may introduce breaking changes in patch and minor version updates. Pay extra attention when updating the versions.

We are planning to stabilize component API of `@tutorialkit/react` in future.
:::

Here's a simple editor that can be made with those components:

<ExampleSimpleEditor client:load />
Expand Down

0 comments on commit 64c4653

Please sign in to comment.