UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

20 lines (11 loc) 1.28 kB
# kol-image <!-- Auto Generated Below --> ## Properties | Property | Attribute | Description | Type | Default | | ------------------- | ---------- | ----------------------------------------------------------------------------- | -------------------------------- | ----------- | | `_alt` _(required)_ | `_alt` | Setzt den alternativen Text. | `string` | `undefined` | | `_loading` | `_loading` | Defines the loading mode for the image. | `"eager"` \| `"lazy"` \| `undefined` | `'lazy'` | | `_sizes` | `_sizes` | Defines the image sizes for different screen resolutions, supporting _srcset. | `string` \| `undefined` | `undefined` | | `_src` _(required)_ | `_src` | Sets the image `src` attribute to the given string. | `string` | `undefined` | | `_srcset` | `_srcset` | Setzt eine Liste von Quell-URLs mit Breiten der Bilder. | `string` \| `undefined` | `undefined` | ----------------------------------------------