From 07f24cb694d750188a8d019c0dc95787ac0c92c5 Mon Sep 17 00:00:00 2001 From: "Kaishan (Sam) Ding" Date: Thu, 3 Oct 2024 17:53:45 -0700 Subject: [PATCH] remove card with img for now, fixing issue --- content/components/cards.mdx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/content/components/cards.mdx b/content/components/cards.mdx index 6323af9de..b2d91c96c 100644 --- a/content/components/cards.mdx +++ b/content/components/cards.mdx @@ -18,12 +18,6 @@ icon: "rectangle" ``` -```jsx Image Card Example - - Here is an example of a card with an image - -``` - ### Horizontal Card @@ -34,14 +28,6 @@ Add a `horizontal` property to a card to make it horizontally displayed. Here is an example of a horizontal card -### Image Card - -Add an `img` property to a card to display an image on the top of the card. - - - Here is an example of a card with an image - - ## Props @@ -67,7 +53,3 @@ Add an `img` property to a card to display an image on the top of the card. Makes the card more compact and horizontal - - - The url or local path to an image to display on the top of the card -