PowerBlocks
LibraryChat / Comments
PROcommunication

Chat / Comments

A chat that works the second you paste it: sender-aligned bubbles, a composer with a send button that appends to a collection (self-initializing with a demo conversation), timestamps and disabled-when-empty state. Bind the collection to your source for team comments on any record.

Pro component

Subscribe to access this component and the full library.

View plans

Project discussion

Did you see the new dashboard?
Yes — shipping today?
After the review.
Write a message…
Send

YAML source

Preview — full code with PRO
# Chat / Comments — PowerBlocks (PRO Screen, real controls)
# FUNCTIONAL on paste: type a message and press Send — it appears in the
# thread (colChat initializes itself with the demo conversation on first send).
# To go live, replace the demo Table(...) with your messages source and
# Patch/Collect to it in the Send button.

- ChatScreen:
    Control: GroupContainer
    Variant: ManualLayout
    Properties:
      X: =0
      Y: =0
      Width: =Parent.Width
      Height: =Parent.Height
# … full component definition unlocked with PRO

This is a partial preview. Unlock the full component →

More screens