I'd like to see a Tooltip component with M3 styling included in this, I'm not really sure what a good API for this could be, but it could potentially be something like this:
<script>
import { Tooltip } from "m3-svelte";
</script>
<Tooltip text="something">
<p>something with a tooltip</p>
</Tooltip>
Sliders already have tooltips, so it would be nice if we could just use their tooltips:

I'd like to see a Tooltip component with M3 styling included in this, I'm not really sure what a good API for this could be, but it could potentially be something like this:
Sliders already have tooltips, so it would be nice if we could just use their tooltips: