Skip to content

Commit 75e99da

Browse files
authored
Merge pull request #513 from rebeccaalpert/density-workshop
feat(ChatBot): Add info density adjustments
2 parents cc56df9 + f366bd0 commit 75e99da

38 files changed

+801
-37
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ import userAvatar from '../Messages/user_avatar.svg';
5959
import patternflyAvatar from '../Messages/patternfly_avatar.jpg';
6060
import { getTrackingProviders } from "@patternfly/chatbot/dist/dynamic/tracking";
6161

62-
6362
### Basic ChatBot
6463

6564
This demo displays a basic ChatBot, which includes:
@@ -87,6 +86,14 @@ This demo displays a basic ChatBot, which includes:
8786

8887
```
8988

89+
### Compact ChatBot
90+
91+
This demo displays a basic compact ChatBot
92+
93+
```js file="./ChatbotCompact.tsx" isFullscreen
94+
95+
```
96+
9097
### Embedded ChatBot
9198

9299
This demo displays an embedded ChatBot. Embedded ChatBots are meant to be placed within a page in your product. This demo includes:

0 commit comments

Comments
 (0)