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 -