MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / render

Method render

core/src/components/card/card.tsx:131–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 render() {
132 const mode = getIonMode(this);
133 return (
134 <Host
135 class={createColorClasses(this.color, {
136 [mode]: true,
137 'card-disabled': this.disabled,
138 'ion-activatable': this.isClickable(),
139 })}
140 >
141 {this.renderCard(mode)}
142 </Host>
143 );
144 }
145}

Callers

nothing calls this directly

Calls 4

isClickableMethod · 0.95
renderCardMethod · 0.95
getIonModeFunction · 0.90
createColorClassesFunction · 0.90

Tested by

no test coverage detected