diff --git a/.changeset/five-readers-teach.md b/.changeset/five-readers-teach.md
index 37886f44..0cf6adce 100644
--- a/.changeset/five-readers-teach.md
+++ b/.changeset/five-readers-teach.md
@@ -2,4 +2,70 @@
'@vue-flow/core': patch
---
-Teleport edge labels into separate svg container (fixes edges overlapping edge labels)
+Add `EdgeLabelRenderer` component export
+
+### Usage
+
+- You can use the `EdgeLabelRenderer` component to render the label of an edge outside the SVG context of edges.
+- The `EdgeLabelRenderer` component is a component that handles teleporting your edge label into a HTML context
+- This is useful if you want to use HTML elements in your edge label, like buttons
+
+```vue
+
+
+
+
+
+
+
+
+