thibaud frere
chore(release): v0.1.0
9d8447d
raw
history blame
145 Bytes
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />