@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.
19 lines (18 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.visuallyHidden = void 0;
const visuallyHidden = exports.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
};