Image
Image component for displaying images with loading state and error handling.
Basic Usage
Loading Placeholder
API
| Property | Description | Type | Default |
|---|---|---|---|
| src | Image URL | String | - |
| alt | Alt text | String | - |
| width | Width | Option<String> | None |
| height | Height | Option<String> | None |