lit-element
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,3 +6,3 @@ { | ||
"name": "lit-element", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Implements lit-html via a LitElement class. Made for custom Elements.", | ||
@@ -12,3 +12,7 @@ "main": "lit-element.js", | ||
"author": "DiiLord <d.drodt@gmx.de>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-minify": "^1.0.0" | ||
} | ||
} |
# lit-element | ||
Implements [lit-html](https://github.com/PolymerLabs/lit-html) via a LitElement class. Made for custom Elements. | ||
## Installation | ||
You can get it through npm or yarn | ||
``` | ||
npm install lit-element | ||
``` | ||
``` | ||
yarn add lit-element | ||
``` | ||
## Default Usage | ||
@@ -11,3 +22,3 @@ | ||
// import lit-element | ||
import {LitElement} from './lit-element.js' | ||
import {LitElement} from '../node_modules/lit-element/lit-element.min.js' | ||
@@ -14,0 +25,0 @@ // define Custom Element |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43339
6
59
2