Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/primer/react
/ getAlignContentSize
Function
getAlignContentSize
packages/react/src/Button/styles.ts:344–346 ·
view source on GitHub ↗
(alignContent: AlignContent = 'center')
Source
from the content-addressed store, hash-verified
342
}
343
344
export
const
getAlignContentSize = (alignContent: AlignContent =
'center'
) => ({
345
justifyContent: alignContent ===
'center'
?
'center'
:
'flex-start'
,
346
})
Callers
1
ButtonBase.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected