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

Function buttonClass

core/src/components/picker-legacy/picker.tsx:411–417  ·  view source on GitHub ↗
(button: PickerButton)

Source from the content-addressed store, hash-verified

409};
410
411const buttonClass = (button: PickerButton): CssClassMap => {
412 return {
413 'picker-button': true,
414 'ion-activatable': true,
415 ...getClassMap(button.cssClass),
416 };
417};

Callers 1

renderMethod · 0.70

Calls 1

getClassMapFunction · 0.90

Tested by

no test coverage detected