chat_ui {shinyChatR} | R Documentation |
A chat module for Shiny apps - UI
Description
Creates the user interface for the chat module, which includes a chat message display area, a text input field for entering new messages, and a send button.
Usage
chat_ui(id, ui_title = "", height = "300px", width = "100%")
Arguments
id |
The id of the module |
ui_title |
The title of the chat area. |
height |
The height of the chat display area. Default is 300px. |
width |
The width of the chat display area. |
[Package shinyChatR version 1.2.0 Index]