MCPcopy Create free account
hub / github.com/primer/react / px

Function px

packages/react/src/utils/testing.tsx:77–79  ·  view source on GitHub ↗
(value: number | string)

Source from the content-addressed store, hash-verified

75}
76
77export function px(value: number | string): string {
78 return typeof value === 'number' ? `${value}px` : value
79}
80
81export function percent(value: number | string): string {
82 return typeof value === 'number' ? `${value}%` : value

Callers 2

Text.test.tsxFile · 0.90
Avatar.test.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected