diff --git a/docs/docs/patterns/app/action-panel.md b/docs/docs/patterns/app/action-panel.md
index cb7669cff..419a50cd9 100644
--- a/docs/docs/patterns/app/action-panel.md
+++ b/docs/docs/patterns/app/action-panel.md
@@ -3,9 +3,8 @@ title: Action Panel
description: 'These patterns help add user actions to dashboards'
icon: action-panel
---
-## Examples
-### Simple
+## Simple
```html {.example}
@@ -15,8 +14,7 @@ icon: action-panel
```
-### with right flank
-
+## with right flank
```html {.example}
@@ -28,7 +26,7 @@ icon: action-panel
```
-### with switch
+## with switch
```html {.example}
@@ -40,3 +38,23 @@ icon: action-panel
```
+
+## avatar and quick actions
+```html{.example}
+
+
+
+
+
+ Super Dog
+ Online
+
+
+
+
+
+
+
+
+
+```
\ No newline at end of file
diff --git a/docs/docs/patterns/ecommerce/order-history.md b/docs/docs/patterns/ecommerce/order-history.md
index a889d9c66..cc239181a 100644
--- a/docs/docs/patterns/ecommerce/order-history.md
+++ b/docs/docs/patterns/ecommerce/order-history.md
@@ -186,3 +186,59 @@ description: 'Empower your customers to view past purchases and track upcoming o
```
+## Card separated
+```html{.example}
+
+
+
+
+
+
+ Amazon
+
+
+ Expected Tomorrow
+
+
+
+
+

+
+
+
+
+
+
+
+
+ Amazon
+
+
+ Expected Tomorrow
+
+
+
+
+

+
+
+
+
+
+
+
+
+ Amazon
+
+
+ Expected Tomorrow
+
+
+
+
+

+
+
+
+
+```
\ No newline at end of file