Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Created August 30, 2022 21:11
Show Gist options
  • Save fstbraz/6d48cfbea73a1ae28df86b3bb3e190b2 to your computer and use it in GitHub Desktop.
Save fstbraz/6d48cfbea73a1ae28df86b3bb3e190b2 to your computer and use it in GitHub Desktop.
cross-framework-web-components-2
...
export interface CardConfig {
altText: string;
ctaText: string;
image: string;
link: string;
text: string;
textDesc: string;
textDescLink: string;
title: string;
}
@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