Skip to content

Commit 57f0125

Browse files
committed
update docs
1 parent 5f663df commit 57f0125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Compass/examples

packages/react-core/src/components/Compass/examples/Compass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When building a compass layout, there several useful variants and props exposed
4141
- `isCircle` on [Button](/components/button#circle-buttons) and [MenuToggle](/components/menus/menu-toggle#plain-circle-toggle). This flag sets a border radius on the `Button` and `MenuToggle`, allowing buttons and plain icon menu toggles to be circular and typical menu toggles to be a pill shape.
4242
- `isPill` on [Drawer](/components/drawer#pill). This flag sets a border radius and inset on the `Drawer`, giving it a more floating look.
4343
- `subtitle` on [CardTitle](/components/card#card-with-subtitle). This prop allows a smaller text description to be set in a `Card`'s title easily.
44-
- `isThinking` or `pf-v6-m-thinking` on CompassPanel and [MessageBar](/patternfly-ai/chatbot/ui/#message-bar-with-ai-indicator-styles). This prop, or class name, may be set to turn on a pusling color animation around the component.
44+
- `isThinking` or `pf-v6-m-thinking` on `CompassPanel` and [MessageBar](/patternfly-ai/chatbot/ui/#message-bar-with-ai-indicator-styles). This prop, or class name, may be set to turn on a pusling color animation around the component.
4545
- `hasAiIndicator` or `pf-v6-m-ai-indicator` on [MessageBar](/patternfly-ai/chatbot/ui/#message-bar-with-ai-indicator-styles). This prop, or class name, may be set to enable a gradient border around the component.
4646

4747
```ts isFullscreen file="CompassDemo.tsx"

0 commit comments

Comments
 (0)