Skip to content

Commit bd0ca1a

Browse files
docs: add info on how to create callouts (#224)
1 parent 6fcf38b commit bd0ca1a

File tree

1 file changed

+10
-0
lines changed
  • docs/tutorialkit.dev/src/content/docs/reference

1 file changed

+10
-0
lines changed

docs/tutorialkit.dev/src/content/docs/reference/theming.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ For instanceof, here's an example of an info callout.
8383

8484
![Content](./images/theming-callout.png)
8585

86+
Callouts are created like this:
87+
88+
```
89+
:::tip
90+
This is a tip
91+
:::
92+
```
93+
94+
Valid callout names are `tip`, `info`, `warn` and `danger`.
95+
8696
#### Tip
8797

8898
| Token | Description |

0 commit comments

Comments
 (0)