The Image component is used to display images.
import { Image } from 'sveltekev';
ATTRIBUTE | TYPE | DEFAULT |
---|---|---|
src | string | null |
width | string | 100% |
height | string | null | null |
radius | 'none' | 'sm' | 'md' | 'lg' | 'full' | none |
alt | string | null |