From a3edcaf27d2835be9defd2ca8faaec63d9d99ab0 Mon Sep 17 00:00:00 2001 From: Kelsey Jackson Date: Sun, 30 Mar 2025 23:54:39 -0500 Subject: [PATCH] added a few more --- docs/docs/patterns/app/action-panel.md | 28 ++++++++-- docs/docs/patterns/ecommerce/order-history.md | 56 +++++++++++++++++++ 2 files changed, 79 insertions(+), 5 deletions(-) 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} ``` -### with right flank - +## with right flank ```html {.example} ``` -### with switch +## with switch ```html {.example} ``` + +## avatar and quick actions +```html{.example} + + + +``` \ 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} +
+ + + + + + + + + +
+``` \ No newline at end of file