Image
Display an image with optional caption, dark-mode source, and sizing.
Usage
Props
| Prop | Type | Description |
|---|---|---|
src |
string |
Image URL. |
alt |
string |
Alt text for accessibility. |
caption |
string |
Optional caption shown below the image. |
src-dark |
string |
Alternative source rendered in dark mode. |
href |
string |
Wrap the image in a link. |
width |
string | number |
HTML width attribute. |
height |
string | number |
HTML height attribute. |