Documentation ¶
Overview ¶
templ: version: v0.2.543
templ: version: v0.2.543
templ: version: v0.2.543
Index ¶
- func ChatFooter() templ.Component
- func ChatHeader() templ.Component
- func ChatMessage(props ...ChatMessageOption) templ.Component
- func ChatTimestamp() templ.Component
- func ConversationItem() templ.Component
- func ConversationsHeader() templ.Component
- func Page(c echo.Context) templ.Component
- func WithIncoming() chatMessageProps
- type ChatMessageOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChatFooter ¶
func ChatHeader ¶
func ChatMessage ¶
func ChatMessage(props ...ChatMessageOption) templ.Component
func ChatTimestamp ¶
func ConversationItem ¶
func ConversationsHeader ¶
func WithIncoming ¶
func WithIncoming() chatMessageProps
Types ¶
type ChatMessageOption ¶
type ChatMessageOption func(*chatMessageProps)
func WithIncomingMessage ¶
func WithIncomingMessage(message string) ChatMessageOption
func WithOutgoingMessage ¶
func WithOutgoingMessage(message string) ChatMessageOption
Click to show internal directories.
Click to hide internal directories.