Skip to content

Tooltip component #245

@paigely

Description

@paigely

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:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions