Hover Popover

Wavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.

const msg = greet("Beste");
function greet(name: string): string

Returns a localized greeting for the given name.

@/lib/greet.ts

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor7 } from "@/components/beste/piece/editor7";

<Editor7
  symbol="greet"
  signature="function greet(name: string): string"
  description="Returns a localized greeting for the given name."
  source="@/lib/greet.ts"
/>