Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ To use the chatbot extension in your project, run
npm install @patternfly/chatbot --save
```

You will also need to install our peer dependencies: https://github.com/patternfly/chatbot/blob/main/packages/module/package.json#L53.

Make sure to add the CSS imports as the last import in your index file. The extension is intended to override certain PatternFly component styles. However, if it's not the last import, you may not see these.

```
Expand Down
Loading