ImgOrSvg.svelte

view source

Declarations
#

ImgOrSvg
#

ImgOrSvg.svelte view source

accepts children

import ImgOrSvg from '@fuzdev/fuz_ui/ImgOrSvg.svelte';

height?

type string
optional

src

type string

width?

type string
optional

label?

type string
optional

size?

Sets both the width and height of the svg. Overridden by the width and height props.

type string
optional

svg_attrs?

type SVGAttributes<SVGSVGElement>
optional

img_attrs?

type HTMLImgAttributes
optional

intersects

SvelteHTMLElements['img'],SvelteHTMLElements['svg']

Imported by
#