2.8.1 • Published 6 months ago

@xlit/mixins v2.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

2.8.0

6 months ago

2.7.5

7 months ago

2.7.4

7 months ago

2.7.3

7 months ago

2.7.2

7 months ago

2.7.1

7 months ago

2.7.0

7 months ago