Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 6, 2017 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/b7cc7d31deeb1345e2a33d19639047a6 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/b7cc7d31deeb1345e2a33d19639047a6 to your computer and use it in GitHub Desktop.
Info card v3 snippet (Blog)
import {useShadowDOM} from 'aurelia-framework'; //import the useShadowDOM decorator
@useShadowDOM() //decorator provided by the Aurelia framework to use the Shadow DOM
export class InfoCard{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment