UNPKG

react-autosize-container

Version:

React component that gives you feedback about container size (width & height)

32 lines (31 loc) 743 B
{ "name": "react-autosize-container", "version": "1.0.9", "description": "React component that gives you feedback about container size (width & height)", "keywords": [ "ui", "react", "component", "autosize", "autosizer", "container" ], "author": "Piotr Pliszczyński <fookoo@gmail.com>", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "url": "https://github.com/fookoo/react-autosize-container" }, "scripts": { "prepublish": "tsc" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@types/react": "^17.0.4", "@types/node": "^12.7.5", "typescript": "^4.2.4" } }