Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
:::

Comment on lines +25 to +31
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This renders to

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

<ExampleSimpleEditor client:load />
Expand Down