UNPKG

react-see-more

Version:

React component which shows "n more" indicating n more children are in the scrollable list but not in the viewport

45 lines (44 loc) 1.17 kB
{ "name": "react-see-more", "version": "1.0.3", "description": "React component which shows \"n more\" indicating n more children are in the scrollable list but not in the viewport", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/srikar0896/react-see-more.git" }, "keywords": [ "react", "see-more", "user-experience", "scroll" ], "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.8.5", "react-dom": "^16.8.5" }, "devDependencies": { "babel-core": "^6.21.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.24.1", "path": "^0.12.7", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0", "webpack": "^4.5.0", "webpack-cli": "^3.2.1" }, "author": "srikar0896", "license": "ISC", "bugs": { "url": "https://github.com/srikar0896/react-see-more/issues" }, "homepage": "https://github.com/srikar0896/react-see-more#readme" }