Skip to content

Commit d7eece6

Browse files
committed
move new props callouts to org demos
1 parent 0826017 commit d7eece6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ The background image of the `Compass` and `CompassHero` may be customized by usi
3333

3434
### Demo
3535

36-
To facilitate building a compass layout, there several useful variants and props exposed on other Patternfly components that may be useful:
37-
38-
- `isPlain` on both [DataList](/components/data-list#plain) and [Table](/components/table#table-plain). This flag will set a transparent background for these components, allow the glass effect in a wrapping `CompassPanel` to appear as the background.
39-
- `isVertical` on [ActionList](/components/action-list#vertical-action-list). This flag sets the orientation on `ActionList` to support vertical icon lists for the sidebars.
40-
- `isNav` on [Tabs](/components/tabs#tabs-used-for-site-navigation). This flag enables a new styling of `Tabs` to be used as a top site navigation.
41-
- `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.
42-
- `isPill` on [Drawer](/components/drawer#pill). This flag sets a border radius and inset on the `Drawer`, giving it a more floating look.
43-
- `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.
45-
- `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.
46-
4736
```ts isFullscreen file="CompassDemo.tsx"
4837

4938
```

0 commit comments

Comments
 (0)