src | string | Required | Source URL of the image |
alt | string | - | Alternative text for accessibility |
size | string | number | - | Size preset: xs, sm, md, lg, xl, or pixel value |
width | string | number | - | Specific width |
height | string | number | - | Specific height |
radius | string | number | "md" | Border radius: none, sm, md, lg, xl, full, or number |
fit | string | "cover" | Object fit mode: cover, contain, fill |
background | string | - | Background color while loading |
flush | boolean | false | Removes border radius (useful in cards) |
borderWidth | number | - | Border width in pixels |
borderColor | string | - | Border color |
shadow | string | "none" | Shadow depth: none, sm, md, lg |
opacity | number | 1 | Opacity (0-1) |
aspectRatio | number | - | Aspect ratio (e.g., 16/9, 1, 4/3) |