diff --git a/docs/app/components/content/examples/avatar-group/AvatarGroupChipExample.vue b/docs/app/components/content/examples/avatar-group/AvatarGroupChipExample.vue
index 2d01ee461a..3394645815 100644
--- a/docs/app/components/content/examples/avatar-group/AvatarGroupChipExample.vue
+++ b/docs/app/components/content/examples/avatar-group/AvatarGroupChipExample.vue
@@ -1,24 +1,21 @@
-
-
-
+
-
-
-
+
-
-
-
+
diff --git a/docs/app/components/content/examples/avatar/AvatarChipExample.vue b/docs/app/components/content/examples/avatar/AvatarChipExample.vue
deleted file mode 100644
index 5971ebd729..0000000000
--- a/docs/app/components/content/examples/avatar/AvatarChipExample.vue
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md
index 9675c96c9c..1419efa808 100644
--- a/docs/content/3.components/avatar.md
+++ b/docs/content/3.components/avatar.md
@@ -84,6 +84,23 @@ props:
The `alt` prop is passed to the `img` element as the `alt` attribute.
::
+### Chip
+
+Use the `chip` prop to display a chip around the Avatar.
+
+::component-code
+---
+prettier: true
+ignore:
+ - src
+ - chip.inset
+props:
+ src: 'https://github.com/benjamincanac.png'
+ chip:
+ inset: true
+---
+::
+
## Examples
### With tooltip
@@ -92,12 +109,6 @@ You can use a [Tooltip](/components/tooltip) component to display a tooltip when
:component-example{name="avatar-tooltip-example"}
-### With chip
-
-You can use a [Chip](/components/chip) component to display a chip around the Avatar.
-
-:component-example{name="avatar-chip-example"}
-
## API
### Props