Skip to content

Commit 02dafe2

Browse files
authored
remove card with img for now, fixing issue (#289)
1 parent fbf2729 commit 02dafe2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

content/components/cards.mdx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ icon: "rectangle"
1818
</Card>
1919
```
2020

21-
```jsx Image Card Example
22-
<Card title="Image Card" img="/images/card-with-image.png">
23-
Here is an example of a card with an image
24-
</Card>
25-
```
26-
2721
</RequestExample>
2822

2923
### Horizontal Card
@@ -34,14 +28,6 @@ Add a `horizontal` property to a card to make it horizontally displayed.
3428
Here is an example of a horizontal card
3529
</Card>
3630

37-
### Image Card
38-
39-
Add an `img` property to a card to display an image on the top of the card.
40-
41-
<Card title="Image Card" img="/images/card-with-image.png">
42-
Here is an example of a card with an image
43-
</Card>
44-
4531
## Props
4632

4733
<ResponseField name="title" type="string" required>
@@ -67,7 +53,3 @@ Add an `img` property to a card to display an image on the top of the card.
6753
<ResponseField name="horizontal" type="boolean">
6854
Makes the card more compact and horizontal
6955
</ResponseField>
70-
71-
<ResponseField name="img" type="string">
72-
The url or local path to an image to display on the top of the card
73-
</ResponseField>

0 commit comments

Comments
 (0)