Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
popover constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jonshaffer committed Oct 26, 2016
1 parent 7fb9d86 commit d8e8491
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/popover/Popover.constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export let POSITION = {
LEFT: 'left',
RIGHT: 'right',
TOP: 'top',
BOTTOM: 'bottom',
CENTER: 'center'
}

0 comments on commit d8e8491

Please sign in to comment.