FineVision / app /src /components /RawHtml.astro
thibaud frere
update
99af53b
raw
history blame contribute delete
145 Bytes
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />