release: WRNexusJS 0.8.3
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ChatBubble } from "@wrnexus/ui"
|
||||
|
||||
component RealtimeMessageBubble {
|
||||
props {
|
||||
id: string = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Button, Textarea } from "@wrnexus/ui"
|
||||
|
||||
component MessageComposer {
|
||||
props {
|
||||
name: string = "text"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Avatar, Badge, Card } from "@wrnexus/ui"
|
||||
|
||||
component PresenceList {
|
||||
props {
|
||||
members: unknown[] = []
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import RoomStatus from "./RoomStatus.wrn"
|
||||
import { Card } from "@wrnexus/ui"
|
||||
|
||||
component RealtimeRoom {
|
||||
props {
|
||||
room: string = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Badge, Card } from "@wrnexus/ui"
|
||||
|
||||
component RoomMeta {
|
||||
props {
|
||||
name: string = "Room"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Badge } from "@wrnexus/ui"
|
||||
|
||||
component RoomStatus {
|
||||
props {
|
||||
label: string = "Connecting…"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Alert } from "@wrnexus/ui"
|
||||
|
||||
component TypingIndicator {
|
||||
props {
|
||||
names: unknown[] = []
|
||||
|
||||
Reference in New Issue
Block a user