@ramstack/alpinegear-bound
Version:
@ramstack/alpinegear-bound provides the 'x-bound' Alpine.js directive, which allows for two-way binding of input elements and their associated data properties.
18 lines • 568 B
JSON
{
"name": "@ramstack/alpinegear-bound",
"version": "1.1.0",
"description": "@ramstack/alpinegear-bound provides the 'x-bound' Alpine.js directive, which allows for two-way binding of input elements and their associated data properties.",
"author": "Rameel Burhan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rameel/ramstack.alpinegear.js.git",
"directory": "src/plugins/bound"
},
"keywords": [
"alpine.js",
"alpinejs"
],
"main": "alpinegear-bound.js",
"module": "alpinegear-bound.esm.js"
}