UNPKG

@ashxjs/split-view

Version:

Simple react split-view component with resizing divider

32 lines 630 B
{ "name": "@ashxjs/split-view", "version": "1.0.6", "description": "Simple react split-view component with resizing divider", "author": "ashxjs", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "rm -fr lib && npx tsc" }, "files": [ "lib" ], "keywords": [ "react", "react-component", "split", "split-view", "split-screen", "dual" ], "license": "MIT", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.25", "prettier": "^2.8.0", "typescript": "^4.9.3" } }