2.8.1 • Published 2 years ago

@xlit/mixins v2.8.1

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

2 years ago

2.8.0

2 years ago

2.7.5

2 years ago

2.7.4

2 years ago

2.7.3

2 years ago

2.7.2

2 years ago

2.7.1

2 years ago

2.7.0

2 years ago