You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/chat-ui-chat-window/react/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Ably Chat UI React Components - ChatWindow Example
1
+
# Ably Chat UI React Kit - ChatWindow Example
2
2
3
-
This example demonstrates how to use the `ChatWindow` component from the Ably Chat UI React Components library to build a focused chat interface for a single room.
3
+
This example demonstrates how to use the `ChatWindow` component from the Ably Chat UI React Kit to build a focused chat interface for a single room.
4
4
5
5
The `ChatWindow` component provides the main chat interface for a room, including message display, input, and custom header/footer content.
6
6
7
7
## Resources
8
8
9
-
This example uses the `ChatWindow` component from the Ably Chat UI React Components library, and is wrapped with the necessary providers:
9
+
This example uses the `ChatWindow` component from the Ably Chat UI React Kit, and is wrapped with the necessary providers:
10
10
11
11
-`ThemeProvider`: Manages light/dark mode theming
12
12
-`AvatarProvider`: Handles avatar generation and display
Copy file name to clipboardExpand all lines: examples/chat-ui-sidebar/react/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Ably Chat UI React Components - Sidebar Example
1
+
# Ably Chat UI React Kit - Sidebar Example
2
2
3
-
This example demonstrates how to use the `Sidebar` component from the Ably Chat UI React Components library to build a chat application with room navigation and management.
3
+
This example demonstrates how to use the `Sidebar` component from the Ably Chat UI React Kit to build a chat application with room navigation and management.
4
4
5
5
The `Sidebar` component provides room navigation and management functionality, allowing users to create, join, and leave rooms, as well as toggle between them.
6
6
7
7
## Resources
8
8
9
-
This example uses the `Sidebar` component from the Ably Chat UI React Components library, and is wrapped with the necessary providers:
9
+
This example uses the `Sidebar` component from the Ably Chat UI React Kit, and is wrapped with the necessary providers:
10
10
11
11
-`ThemeProvider`: Manages light/dark mode theming
12
12
-`AvatarProvider`: Handles avatar generation and display
metaTitle: `Build a chat app with Ably’s Chat UI App Component`,
65
-
metaDescription: `Quickly add chat functionality to your React app with Ably’s Chat UI App Component. Build realtime chat interfaces with minimal setup and maximum reliability.`,
64
+
metaTitle: `Build a chat app with Ably’s Chat UI Kit's App Component`,
65
+
metaDescription: `Quickly add chat functionality to your React app with Ably’s Chat UI Kit's App Component. Build realtime chat interfaces with minimal setup and maximum reliability.`,
66
66
},
67
67
{
68
68
id: 'chat-ui-chat-window',
69
69
name: 'Chat Window Component',
70
-
description: 'Use the Chat UI Chat Window component to add a realtime chat window to your app.',
70
+
description: `Use the Chat UI Kit's Chat Window component to add a realtime chat window to your app.`,
metaTitle: `Add a chat window with Ably’s Chat UI Chat Window Component`,
76
-
metaDescription: `Easily integrate a chat window into your React app with Ably’s Chat UI Chat Window Component. Enable realtime messaging with minimal code and high reliability.`,
75
+
metaTitle: `Add a chat window with Ably’s Chat UI Kit's Chat Window Component`,
76
+
metaDescription: `Easily integrate a chat window into your React app with Ably’s Chat UI Kit Chat Window Component. Enable realtime messaging with minimal code and high reliability.`,
77
77
},
78
78
{
79
79
id: 'chat-ui-sidebar',
80
80
name: 'Chat Sidebar Component',
81
-
description: 'Use the Chat UI Sidebar component to add a sidebar for managing chat rooms.',
81
+
description: `Use the Chat UI Kit's Sidebar component to add a sidebar for managing chat rooms.`,
metaTitle: `Add a chat sidebar with Ably’s Chat UI Sidebar Component`,
87
-
metaDescription: `Integrate a chat sidebar into your React app with Ably’s Chat UI Sidebar Component. Manage chat rooms and user presence with ease and reliability.`,
86
+
metaTitle: `Add a chat sidebar with Ably’s Chat UI Kit's Sidebar Component`,
87
+
metaDescription: `Integrate a chat sidebar into your React app with Ably’s Chat UI Kit's Sidebar Component. Manage chat rooms and user presence with ease and reliability.`,
0 commit comments