@phx-hook/resizable
Version:
Resize the width or height of elements
35 lines (34 loc) • 774 B
JSON
{
"name": "@phx-hook/resizable",
"version": "0.1.7",
"description": "Resize the width or height of elements",
"keywords": [
"Phoenix",
"Elixir",
"LiveView"
],
"author": "Justin Tormey <justin@93software.com>",
"homepage": "https://github.com/elixir-saas/phx-hook/tree/main/packages/resizable",
"license": "MIT",
"main": "src/index.js",
"directories": {
"src": "src"
},
"files": [
"src"
],
"bin": {
"vendor": "./vendor.js"
},
"scripts": {
"format": "prettier src --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-saas/phx-hook.git"
},
"bugs": {
"url": "https://github.com/elixir-saas/phx-hook/issues"
},
"gitHead": "85acc093cf876d986cef184674d6ed8be435838a"
}