Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
const buttonClass = (button: PickerButton): CssClassMap => {
412
return {
413
'picker-button'
: true,
414
'ion-activatable'
: true,
415
...getClassMap(button.cssClass),
416
};
417
};
Callers
1
render
Method · 0.70
Calls
1
getClassMap
Function · 0.90
Tested by
no test coverage detected