svelte icon Svelte 5 UI lib
  • Coverage
  • About
  • Repo

Image

Setup

<script>
	import { Img } from 'svelte-5-ui-lib';
</script>

Interactive Image Builder

sample 1
<Img src='/images/examples/content-gallery-1.png'/>
Warning: the caption is using @html.

Examples

This is a caption
<script>
	import { ImgEnhanced } from 'svelte-5-ui-lib';
	import MyImage from './garnished.webp';
</script>

<ImgEnhanced src={MyImage} alt="An alt text" caption="This is a caption" sizes="100vw" />

Component data

codewithshin.com
  • Repo
  • About