diff --git a/src/content/docs/recipes/web-component-in-mdx.mdx b/src/content/docs/recipes/web-component-in-mdx.mdx
new file mode 100644
index 0000000..18bf07e
--- /dev/null
+++ b/src/content/docs/recipes/web-component-in-mdx.mdx
@@ -0,0 +1,22 @@
+---
+title: Using web components in MDX
+astroRange: ^4.0.0
+---
+
+If you have a web component defined in a separate JavaScript file, you can include it in your MDX file by importing the script and adding a `
+
+
+```