React Alegrify UI
Card
Variants
Default
<Card
image="https://source.unsplash.com/400x400/?nature,color"
alt="Card preview"
height={300}
width={300}
title="Card preview"
>
Some content...
</Card>Properties
| Property | Type | Default |
|---|---|---|
| children* | node | |
| title* | string | |
| image* | string | |
| alt* | string | |
| id | string | |
| required | bool | |
| checkType | string | |
| name | string | |
| value | string | |
| height | number | 400 |
| width | number | |
| className | string | |
| onChange | func | |
| dataTest | string | |
| dataTestId | string |