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 {