File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ icon: "rectangle"
18
18
< / Card>
19
19
```
20
20
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
-
27
21
</RequestExample >
28
22
29
23
### Horizontal Card
@@ -34,14 +28,6 @@ Add a `horizontal` property to a card to make it horizontally displayed.
34
28
Here is an example of a horizontal card
35
29
</Card >
36
30
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
-
45
31
## Props
46
32
47
33
<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.
67
53
<ResponseField name = " horizontal" type = " boolean" >
68
54
Makes the card more compact and horizontal
69
55
</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 >
You can’t perform that action at this time.
0 commit comments