Messaging-style chat UI:

Requirements:
- Displays messages between user and one or more other users
- Includes sticky message input at bottom with send button
- Accepts array of messages as props
- Includes some logic to separate user's own messages from other messages
- Includes basic styles to mimic iMessage-style mobile / desktop chat
Potential Sub-components:
<ChatContainer />
<ChatMessage />
<ChatInputRow />
Messaging-style chat UI:
Requirements:
Potential Sub-components:
<ChatContainer /><ChatMessage /><ChatInputRow />