Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Created August 30, 2022 21:02
Show Gist options
  • Save fstbraz/4be76cdb5b8b420d96f33013cf010d9d to your computer and use it in GitHub Desktop.
Save fstbraz/4be76cdb5b8b420d96f33013cf010d9d to your computer and use it in GitHub Desktop.
cross-framework-web-components-1
import { LitElement } from 'lit';
import { customElement } from 'lit/decorators.js';
@customElement('card-image')
export class Card extends LitElement {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment