We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81a79 commit 2efc5fcCopy full SHA for 2efc5fc
example/src/App.tsx
@@ -24,6 +24,17 @@ function App() {
24
<span className="font-bold">{MQTT_URL}</span>
25
</Badge>
26
</div>
27
+ <p className="">
28
+ You can now publish message to topic
29
+ {" "}
30
+ <span className="px-1.5 py-0.5 bg-zinc-200 rounded-lg font-mono font-medium">chat/1</span>
31
32
+ or
33
34
+ <span className="px-1.5 py-0.5 bg-zinc-200 rounded-lg font-mono font-medium">chat/2</span>
35
36
+ and see the messages in the cards below.
37
+ </p>
38
39
<div>
40
<Button variant="ghost" size="icon" asChild className="size-8">
0 commit comments