UNPKG

@umbraco-ui/uui-radio

Version:

Radio input, Umbraco backoffice style. Package contains two custom elements, <uui-radio> and <uui-radio-group>. You must wrap radio elements in the group, to make the input work. Can participate in native form element.

49 lines (48 loc) 1.47 kB
{ "name": "@umbraco-ui/uui-radio", "version": "1.18.0", "license": "MIT", "keywords": [ "Umbraco", "Custom elements", "Web components", "UI", "Lit", "Radio", "Input", "formAssociated", "form" ], "description": "Radio input, Umbraco backoffice style. Package contains two custom elements, <uui-radio> and <uui-radio-group>. You must wrap radio elements in the group, to make the input work. Can participate in native form element.", "repository": { "type": "git", "url": "https://github.com/umbraco/Umbraco.UI.git", "directory": "packages/uui-avatar-group" }, "bugs": { "url": "https://github.com/umbraco/Umbraco.UI/issues" }, "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "customElements": "custom-elements.json", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "custom-elements.json" ], "dependencies": { "@umbraco-ui/uui-base": "1.18.0" }, "scripts": { "build": "npm run analyze && tsc --build && rollup -c rollup.config.js", "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json", "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" }, "publishConfig": { "access": "public" }, "homepage": "https://uui.umbraco.com/?path=/story/uui-radio", "gitHead": "6f9449a9408e66f1adc1f7eafc655d1e32700a40" }