@svelte-plugins/tooltips
Version:
A simple tooltip action and component designed for Svelte.
18 lines (14 loc) • 402 B
JavaScript
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Components: Tooltip > should render the component 1`] = `
<body>
<div>
<div
class="tooltip animation-null top svelte-16lxf1i"
style="left: 0px; min-width: 200px; max-width: 200px; text-align: left; top: 0px;"
>
Hello World!
</div>
<!--<Action-tooltip>-->
</div>
</body>
`;