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
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ In a basic compass layout, content can be passed to the following props to popul

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.

```ts file="CompassBasic.tsx"
```ts isBeta file="CompassBasic.tsx"

```

### Demo

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

```

Expand Down
Loading