Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/primer/react
/ Props
Interface
Props
packages/react/src/_VisuallyHidden.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import sx from
'./sx'
4
5
interface Props {
6
isVisible?: boolean
7
}
8
9
const VisuallyHidden = styled.span<Props & SxProp>`
10
${({isVisible = false}) => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected