Components
Site-wide floating WhatsApp button with an auto-appearing, dismissible teaser bubble. Both the button and bubble open the chat. Configurable color, name and message.
Loading preview...
import WhatsappFloatingButton from "@/components/ui/whatsappfloatingbutton"
export default function Demo() {
return <WhatsappFloatingButton />
}