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