From 6f6c2dce3c8f365376f53c451d1f0dbab8bcefd9 Mon Sep 17 00:00:00 2001 From: Kelsey Jackson Date: Tue, 30 Apr 2024 15:24:39 -0500 Subject: [PATCH] commiting to pull in next branch --- docs/src/content/docs/patterns/app.md | 218 ++++++++++++++++++++ docs/src/content/docs/patterns/ecommerce.md | 32 ++- 2 files changed, 244 insertions(+), 6 deletions(-) diff --git a/docs/src/content/docs/patterns/app.md b/docs/src/content/docs/patterns/app.md index 6d97bd534..734cae0b5 100644 --- a/docs/src/content/docs/patterns/app.md +++ b/docs/src/content/docs/patterns/app.md @@ -2,3 +2,221 @@ title: App description: TODO --- + +TODO Page Description + +## Examples + +### Action Plan + +```html:preview + +

Manage subscription

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae voluptatibus corrupti atque repudiandae nam.

+ Change Plan +
+``` + +### Feeds + +```html:preview +
+
+ +
+ +

Kicked ass and chewed bubblegum

+ Oct. 31st +
+
+
+ +
+ +

Kicked ass and chewed bubblegum

+ Oct. 31st +
+
+
+ +
+ +

Kicked ass and chewed bubblegum

+ Oct. 31st +
+
+
+ +
+ +

Kicked ass and chewed bubblegum

+ Oct. 31st +
+
+ +
+ + +``` + +### Grid + +```html:preview +
+ +
+ + +``` diff --git a/docs/src/content/docs/patterns/ecommerce.md b/docs/src/content/docs/patterns/ecommerce.md index ceda6aa12..96e5c2e6b 100644 --- a/docs/src/content/docs/patterns/ecommerce.md +++ b/docs/src/content/docs/patterns/ecommerce.md @@ -223,6 +223,9 @@ TODO Page Description ``` ### Order History @@ -521,6 +538,9 @@ TODO Page Description