1.0.3 • Published 7 years ago
@rammbulanz/lit-helpers v1.0.3
lit-helpers
Install
yarn add @rammbulanz/lit-helpers
Usage
import { LitElement } from '@polymer/lit-element'
import { customElement, property } from '@rammbulanz/lit-helpers/lib/decorators'
@customElement("my-sample-element")
class MySampleElement extends LitElement {
@property(String)
mySampleProperty: string
}