Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Created August 31, 2022 15:00
Show Gist options
  • Save fstbraz/8697d084ef96d7955b73d1d142186473 to your computer and use it in GitHub Desktop.
Save fstbraz/8697d084ef96d7955b73d1d142186473 to your computer and use it in GitHub Desktop.
cross-framework-web-components-6
...
import { customElement, property } from 'lit/decorators.js';
@customElement('cards-images')
export class Cards extends LitElement {
@property({ type: Array }) cards!: CardConfig[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment