Skip to content

Instantly share code, notes, and snippets.

View elebetsamer's full-sized avatar

Eric Lebetsamer elebetsamer

  • Electronic Arts
  • Bay Area, CA
View GitHub Profile
@elebetsamer
elebetsamer / modal-demo.tsx
Created May 21, 2018 16:26
Stencil Modal Component
import { Component, Element, Prop, Listen, Method, State } from '@stencil/core';
@Component({
tag: 'st-demo-modal',
styleUrl: 'st-demo-modal.scss'
})
export class DemoModal {
modal: HTMLStModalElement;
@Element()