MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / render

Method render

core/src/components/buttons/buttons.tsx:29–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 @Prop() collapse = false;
28
29 render() {
30 const mode = getIonMode(this);
31 return (
32 <Host
33 class={{
34 [mode]: true,
35 ['buttons-collapse']: this.collapse,
36 }}
37 >
38 <slot></slot>
39 </Host>
40 );
41 }
42}

Callers

nothing calls this directly

Calls 1

getIonModeFunction · 0.90

Tested by

no test coverage detected