feat: tooltip aria label

This commit is contained in:
Timothy J. Baek 2024-03-04 13:58:39 -08:00
parent 2d59847fb9
commit 475105473c
2 changed files with 15 additions and 12 deletions

View file

@ -29,6 +29,6 @@
});
</script>
<div bind:this={tooltipElement}>
<div bind:this={tooltipElement} aria-label={content}>
<slot />
</div>