BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/wa-ui/unsupported-message-bubble

Unsupported Message Bubble

wa-ui/unsupported-message-bubble
FreeComponent

Fallback bubble for unknown or unsupported WhatsApp message types.

Install it

npx shadcn@latest add https://ui.meta-cloud-api.site/r/unsupported-message-bubble.json

Source

components/ui/whatsapp/unsupported-message-bubble.tsxui.meta-cloud-api.site/r/unsupported-message-bubble.json
1"use client";
2
3import * as React from "react";
4import { cn } from "@/lib/utils";
5import { type MessageStatus, MessageStatusIcon } from "./message-status";
6import "@/components/ui/whatsapp/styles/whatsapp.css";
7
8export interface UnsupportedMessageBubbleProps extends React.HTMLAttributes<HTMLDivElement> {
9 variant?: "incoming" | "outgoing";
10 title?: string;
11 description?: string;
12 timestamp?: string;
13 status?: MessageStatus;
14 showTail?: boolean;
15}
16
17const UnsupportedMessageBubble = React.forwardRef<HTMLDivElement, UnsupportedMessageBubbleProps>(
18 (
19 {
20 className,
21 variant = "incoming",
22 title = "This message is not supported",
23 description,
24 timestamp,
25 status,
26 showTail = false,
27 ...props
28 },
29 ref
30 ) => {
31 const isOutgoing = variant === "outgoing";
32
33 return (
34 <div
35 className={cn(
36 "flex w-full",
37 isOutgoing ? "justify-end" : "justify-start",
38 showTail ? "mb-[6px]" : "mb-[2px]",
39 className
40 )}
41 {...props}
42 ref={ref}
43 >
44 <div
45 className={cn(
46 "font-wa relative max-w-[60%] overflow-visible rounded-lg px-3 pb-[7px] pt-[6px]",
47 "border border-dashed border-wa-border",
48 isOutgoing ? "bg-wa-bubble-outgoing" : "bg-wa-bubble-incoming",
49 showTail && (isOutgoing ? "rounded-br-none" : "rounded-bl-none")
50 )}
51 >
52 <div className="flex items-start gap-2">
53 <svg viewBox="0 0 24 24" width="16" height="16" className="mt-[2px] shrink-0 text-wa-text-secondary" fill="currentColor">
54 <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" />
55 </svg>
56 <div className="min-w-0">
57 <p className="text-[13px] leading-[18px] text-wa-text-secondary">{title}</p>
58 {description && (
59 <p className="mt-[2px] text-[12px] leading-[16px] text-wa-text-secondary opacity-70">{description}</p>
60 )}
61 </div>
62 </div>
63 <div className="float-right -mb-1 ml-2 mt-0.5 flex items-center gap-[3px]">
64 {timestamp && <span className="text-[11px] leading-[15px] text-wa-bubble-meta">{timestamp}</span>}
65 {isOutgoing && status && <MessageStatusIcon status={status} />}
66 </div>
67 </div>
68 </div>
69 );
70 }
71);
72UnsupportedMessageBubble.displayName = "UnsupportedMessageBubble";
73
74// … truncated

Files it writes

  • components/ui/whatsapp/unsupported-message-bubble.tsx
  • components/ui/whatsapp/message-status.tsx
  • components/ui/whatsapp/styles/whatsapp.css

Facts

Registry
wa-ui
Type
registry:component
Access
Free
Files written
3
Licence
the repository states none
In the index
at or before 2026-08-10
Last confirmed
today

Go to the source

ui.meta-cloud-api.site froggy1014/wa-ui on GitHub Raw registry item This item as JSON

More from wa-ui

All 29 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Action Buttonaction-buttonwa-uiComponentsFree1 dep · 2 files
Call Permissioncall-permissionwa-uiComponentsFree1 dep · 2 files
Carousel Templatecarousel-templatewa-uiComponentsFree1 dep · 3 files
Chat Bubblechat-bubblewa-uiComponentsFreeno deps · 2 files
Chat Headerchat-headerwa-uiComponentsFreeno deps · 2 files
Chat List Itemchat-list-itemwa-uiComponentsFreeno deps · 2 files
Chat Menuchat-menuwa-uiComponentsFree1 dep · 2 files
Contact Bubblecontact-bubblewa-uiComponentsFree1 dep · 3 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex