VisuallyHidden
Hide an element visually but keep it available for screen readers and other assistive technologies.
12345678910111213
import { undo } from "./icons.tsx";import "./style.css";export default function Example() {return ({undo});}import { undo } from "./icons.tsx";import "./style.css";export default function Example() {return ({undo});}