@odopod/odo-affix
Version:
Makes an element fixed position while its within a container.
44 lines (43 loc) • 927 B
JSON
{
"name": "@odopod/odo-affix",
"description": "Makes an element fixed position while its within a container.",
"version": "1.2.0",
"main": "dist/odo-affix.js",
"module": "dist/odo-affix.esm.js",
"odoModule": "src/affix.js",
"types": "index.d.ts",
"sideEffects": false,
"author": "Odopod",
"contributors": [
{
"name": "Glen Cheney",
"email": "glen@odopod.com"
}
],
"dependencies": {
"@odopod/odo-scroll-animation": "^1.2.0",
"@odopod/odo-window-events": "^1.2.0"
},
"homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-affix",
"files": [
"css",
"dist",
"src",
"index.d.ts"
],
"odoKeywords": [
"ui"
],
"keywords": [
"odo",
"odo-component",
"odopod",
"position sticky",
"affix"
],
"license": "MIT",
"repository": "odopod/code-library",
"scripts": {
"test": "gulp code-quality test"
}
}