Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Last active August 31, 2022 15:02
Show Gist options
  • Save fstbraz/446b65ee88da98567122f0537666de02 to your computer and use it in GitHub Desktop.
Save fstbraz/446b65ee88da98567122f0537666de02 to your computer and use it in GitHub Desktop.
cross-framework-web-components-6
...
import { LitElement } from 'lit';
import { customElement } from 'lit/decorators.js';
@customElement('cards-images')
export class Cards extends LitElement {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment