Skip to content

Commit

Permalink
fixup! docs(react-keytips): add specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Aug 30, 2024
1 parent ff8de9a commit 4eb9ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-keytips/src/docs/Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ not to be confused with keyboard shortcuts, they are instead key sequence to tra

## Prior Art

- [Convergence Epic](https://github.com/microsoft/fluentui/issues/26420)
- [Convergence Epic](https://github.com/microsoft/fluentui/issues/31776)

### Fabric (v8)

Expand Down Expand Up @@ -140,9 +140,9 @@ The keytip is positioned below and centered to the target element by default.
```tsx
<Portal>
<Keytip content="A" positioning={{ target }} />
<Keytip content="B" positioning={{ target }} />
<Keytip content="C" positioning={{ target }} />
<Keytip content="A" positioning={{ target1 }} />
<Keytip content="B" positioning={{ target2 }} />
<Keytip content="C" positioning={{ target3 }} />
</Portal>
```
Expand Down
Binary file modified packages/react-keytips/src/docs/assets/positioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4eb9ad8

Please sign in to comment.