wired-radio-group
Version:
Allows user to select at most one radio button from a set. Works with wired-radio.
36 lines (35 loc) • 922 B
JSON
{
"name": "wired-radio-group",
"version": "2.1.0",
"description": "Allows user to select at most one radio button from a set. Works with wired-radio.",
"main": "lib/wired-radio-group.js",
"module": "lib/wired-radio-group.js",
"types": "lib/wired-radio-group.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiredjs/wired-elements.git"
},
"keywords": [
"wired",
"radio",
"radio button",
"webcomponent",
"web component",
"rough",
"sketchy",
"hand-drawn",
"hand drawn",
"wireframe"
],
"author": "Preet Shihn <preetshihn@gmail.com> (https://twitter.com/preetster)",
"license": "MIT",
"dependencies": {
"lit-element": "^2.3.1",
"wired-lib": "^2.1.0"
},
"gitHead": "5a0fc1b94dba5852b8e1e70a0db5e7b6b67b46ee"
}