import { Component, Prop, h } from '@stencil/core'; @Component({ tag: 'scu-member-profile', styleUrl: 'scu-member-profile.scss', shadow: true }) export class SCUVerticalNavigationItem { @Prop({ reflect: true }) name: string = "!No Label Sent!"; @Prop({ reflect: true }) subtitle: string = "!No Label Sent!"; @Prop({ reflect: true }) profile_pic: string = ""; render() { return (