attn 0.1.14

A beautiful markdown viewer that launches from the CLI
1
2
3
4
5
6
7
<script lang="ts">
	import { Tooltip as TooltipPrimitive } from "bits-ui";

	let { ...restProps }: TooltipPrimitive.PortalProps = $props();
</script>

<TooltipPrimitive.Portal {...restProps} />