File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/astro/src/vite-plugins Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * A plugin that lets users to override TutorialKit's components.
2
+ * A plugin that lets users override TutorialKit's components.
3
3
*
4
4
* The virtual module can be imported as:
5
5
*
@@ -31,11 +31,12 @@ export interface OverrideComponentsOptions {
31
31
* Component for overriding the top bar.
32
32
*
33
33
* This component has 3 slots that are used to pass TutorialKit's default components:
34
- * - `logo`: Logo of the application
35
- * - `theme-switch`: Switch for changing the theme
36
- * - `login-button`: For StackBlitz Enterprise user, the login button
34
+ * - `logo`: Logo of the application
35
+ * - `theme-switch`: Switch for changing the theme
36
+ * - `login-button`: For StackBlitz Enterprise user, the login button
37
37
*
38
38
* Usage:
39
+ *
39
40
* ```jsx
40
41
* <slot name="logo" />
41
42
* <slot name="theme-switch" />
You can’t perform that action at this time.
0 commit comments