Utils
v-0.0.0
srOnly
This class has the purpuse to hide any element only for the user eye but keep it visible to the screen readers for accessibility reasons.
css
.srOnly {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}