A component component, which displays a content over a target element.
Extends the a-Align
component fetures. The a-Align
component allows positioning an element relative to another element.
Allows opening and closing of the a-Popover
by prop opened
.
Props onClose
, onClickOutside
and onEscKeyDown
allows listening to the corresponding events. of the a-Popover
.
# Push
git subtree push --prefix=src/abstract/popover a-popover master
# Pull
git subtree pull --prefix=src/abstract/popover a-popover master
# Force
git push a-popover `git subtree split --prefix=src/abstract/popover @`:master --force
git --no-pager diff a-popover/master master:src/abstract/popover
- Add a repository alias
git remote add a-popover git@github.com:sashulinator/a-popover.git
- To check a list of aliases
git remote -v
, you must seea-popover
- Check that your project has no changes
- run
git subtree add --prefix=src/abstract/popover a-popover master