@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.4",
"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": "29d1311210730162397a6737caef03b0518d6f12"
}