Skip to content

Commit

Permalink
Fix lingering popover2 mention in popover.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmslewis committed Dec 15, 2017
1 parent 4ef17d3 commit 611aadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/popover/popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
- `isModal` → `hasBackdrop` to match corresponding prop on `Overlay`
- `isDisabled` → `disabled` for consistency with HTML elements
- ...and except for the handful of Tether-specific props, which are now Popper.js-specific:
- `position: Position` → [`placement: PopperJS.Placement`](#labs/popover2.placement)
- `tetherOptions: ITetherOptions` → [`modifiers: PopperJS.Modifiers`](#labs/popover2.modifiers)
- `position: Position` → [`placement: PopperJS.Placement`](#labs/popover.placement)
- `tetherOptions: ITetherOptions` → [`modifiers: PopperJS.Modifiers`](#labs/popover.modifiers)
- ...and one special addition:
- `minimal: boolean` applies minimal styles, which includes removing the arrow and minimizing the transition

Expand Down

0 comments on commit 611aadb

Please sign in to comment.