2.8.1 • Published 3 years ago

@xlit/mixins v2.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@xlit/mixins

Lit common mixins

Installation

npm i @xlit/mixins

Getting started

import { LitElement, html } from 'lit';
import { customElement } from 'lit/decorators.js';
import { Lite, Styled, addStyle } from '@xlit/mixins';

addStyle()

@customElement('x-foo')
class Foo extends Lite(LitElement) {
  // do something here
}

@customElement('x-bar')
class Foo extends Styled(LitElement) {
  // do something here
}
2.8.1

3 years ago

2.8.0

3 years ago

2.7.5

3 years ago

2.7.4

3 years ago

2.7.3

3 years ago

2.7.2

3 years ago

2.7.1

3 years ago

2.7.0

3 years ago