finephrase / app /src /components /RawHtml.astro
tfrere's picture
tfrere HF Staff
Clean repository - remove missing LFS files
89a46a6
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />