Skip to content

Commit 7516243

Browse files
authored
chore: Added isBeta to examples (#12150)
1 parent 6e44a0f commit 7516243

File tree

1 file changed

+2
-2
lines changed
  • packages/react-core/src/components/Compass/examples

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In a basic compass layout, content can be passed to the following props to popul
3838

3939
The background image of the `Compass` and `CompassHero` may be customized by using their respective `backgroundSrcLight` and `backgroundSrcDark` props. The `CompassHero` also allows customization of a color gradient across its container by using the `gradientLight` and `gradientDark` props.
4040

41-
```ts file="CompassBasic.tsx"
41+
```ts isBeta file="CompassBasic.tsx"
4242

4343
```
4444

@@ -52,7 +52,7 @@ When `footer` is used, its content will take up the width of the screen. However
5252

5353
### Demo
5454

55-
```ts isFullscreen file="CompassDemo.tsx"
55+
```ts isFullscreen isBeta file="CompassDemo.tsx"
5656

5757
```
5858

0 commit comments

Comments
 (0)