import { Button, Textarea } from "@wrnexus/ui" component MessageComposer { props { name: string = "text" type: string = "message" placeholder: string = "Write a messageā¦" sendLabel: string = "Send" disabled: boolean = false color: string = "primary" size: string = "md" class: string = "" } view {
} }