From 2c3cd4b07aebba6df83c2ae30c512f33ca820488 Mon Sep 17 00:00:00 2001 From: Kelsey Jackson Date: Wed, 10 Sep 2025 09:56:52 -0500 Subject: [PATCH] added jsDoc and updated example --- packages/webawesome/docs/docs/components/card.md | 3 +++ packages/webawesome/src/components/card/card.ts | 2 ++ 2 files changed, 5 insertions(+) diff --git a/packages/webawesome/docs/docs/components/card.md b/packages/webawesome/docs/docs/components/card.md index 2c84a3f1f..a79a4e368 100644 --- a/packages/webawesome/docs/docs/components/card.md +++ b/packages/webawesome/docs/docs/components/card.md @@ -55,6 +55,9 @@ If using SSR, you need to also use the `with-header` attribute to add a header t

Header Title

This card has a header. You can put all sorts of things in it! + + +