MCPcopy Create free account
hub / github.com/adobe/react-spectrum / fontRelative

Function fontRelative

packages/@react-spectrum/s2/src/style-utils.ts:38–40  ·  view source on GitHub ↗
(base: number, baseFontSize = 14)

Source from the content-addressed store, hash-verified

36}
37
38function fontRelative(base: number, baseFontSize = 14): `[${string}]` {
39 return `[${internalFontRelative(base, baseFontSize)}]`;
40}
41
42export const field = () =>
43 ({

Callers 15

Button.tsxFile · 0.90
TreeViewItemContentFunction · 0.90
CalendarButtonFunction · 0.90
Menu.tsxFile · 0.90
UnavailableIconWrapperFunction · 0.90
ToggleButton.tsxFile · 0.90
SearchField.tsxFile · 0.90
Switch.tsxFile · 0.90
TableView.tsxFile · 0.90
Badge.tsxFile · 0.90
DragPreview.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected