Image
Display image content.
Usage
First of all, you need to import the Image
component from the kitchn
package.
import { Image } from "kitchn"
Static
Props
Name | Type | Default | Required | Description | Accepted values |
---|---|---|---|---|---|
src | string | undefined | ✅ | The URL or path of the image. | - |
alt | string | undefined | ✅ | The alternative text for the image. | - |