# Image
```rust demo
view! {
}
```
### Shape
```rust demo
view! {
}
```
### Image Props
| Name | Type | Default | Desciption |
| --- | --- | --- | --- |
| class | `OptionalProp>` | `Default::default()` | Addtional classes for the image element. |
| src | `OptionalProp>` | `Default::default()` | Image source. |
| alt | `OptionalProp>` | `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. |