# Image ```rust demo view! { } ``` ### Image Props | Name | Type | Default | Desciption | | ------------- | --------------------- | -------------------- | ---------------------------------------------- | | class | `MaybeSignal` | `Default::default()` | Addtional classes for the image element. | | src | `MaybeSignal` | `Default::default()` | Image source. | | alt | `MaybeSignal` | `Default::default()` | Image alt information. | | width | `MaybeSignal` | `Default::default()` | Image width. | | height | `MaybeSignal` | `Default::default()` | Image height. | | border_radius | `MaybeSignal` | `Default::default()` | Image border radius. | | object_fit | `MaybeSignal` | `Default::default()` | Object-fit type of the image in the container. |