chat_ui: A chat module for Shiny apps - UI

View source: R/chat.R

chat_uiR 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.


shinyChatR documentation built on May 29, 2024, 8:18 a.m.