UNPKG

@3mo/loading-button

Version:

A button web-component with a loading state and capable of inferring the loading state from click event handler promises.

33 lines (32 loc) 724 B
{ "name": "@3mo/loading-button", "version": "1.0.0", "description": "A button web-component with a loading state and capable of inferring the loading state from click event handler promises.", "repository": { "type": "git", "url": "https://github.com/3mo-esolutions/web-components" }, "keywords": [ "lit", "web-component", "material", "button", "loading-button" ], "author": "3MO GmbH", "license": "MIT", "homepage": "https://www.3mo.de", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "customElements": "dist/custom-elements.json", "files": [ "dist" ], "dependencies": { "@a11d/lit": "x", "tslib": "x", "@3mo/button": "x", "@3mo/circular-progress": "x" } }