UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

13 lines 212 B
export const visuallyHidden = { clip: 'rect(0 0 0 0)', overflow: 'hidden', whiteSpace: 'nowrap', position: 'fixed', top: 0, left: 0, border: 0, padding: 0, width: 1, height: 1, margin: -1 };