boundless-popover
Version:
A non-blocking container positioned to a specific anchor element.
39 lines (38 loc) • 997 B
JSON
{
"name": "boundless-popover",
"version": "1.1.0",
"description": "A non-blocking container positioned to a specific anchor element.",
"main": "build/index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/enigma-io/boundless.git"
},
"keywords": [
"react",
"hoc",
"popover",
"boundless"
],
"contributors": [
"Evan Scott <probablyup@gmail.com> (http://yaycmyk.com)",
"Abe Rubenstein <abe.rubenstein@enigma.io>",
"Jenn Creighton <jenn.creighton@enigma.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/enigma-io/boundless/issues"
},
"homepage": "https://boundless.js.org/Popover",
"dependencies": {
"boundless-dialog": "^1.1.0",
"boundless-portal": "^1.1.0",
"boundless-utils-omit-keys": "^1.1.0",
"boundless-utils-transform-property": "^1.1.0",
"classnames": "^2.1.5"
},
"peerDependencies": {
"react": ">= 15.3",
"react-dom": ">= 15.3"
}
}