Share Menu

Share menu to copy a link or post to X, LinkedIn, and the native share sheet.

@lucide/sveltesvelte-sonner

Installation

pnpm dlx shadcn-svelte@latest add http://sveltekit-prerender/r/share-menu.json

Features

  • Copy the link to the clipboard with toast feedback
  • Share directly to X and LinkedIn in a new tab
  • Resolves relative URLs against the current origin
  • Shows the native share option only when the Web Share API is available

Props

ShareMenu

Menu for copying or sharing a URL through supported services.

NameTypeDefaultDescription
titlestringrequiredTitle passed to the native share sheet.
urlstringrequiredURL to share; relative values are resolved against the current origin.