Ariakit
/

VisuallyHidden

Hide an element visually but keep it available for screen readers and other assistive technologies.

import { Button, VisuallyHidden } from "@ariakit/react";
import { undo } from "./icons.tsx";
import "./style.css";
export default function Example() {
return (
<Button className="button">
{undo}
</Button>
);
}

API

Stay tuned

Join 1,000+ subscribers and receive monthly tips & updates on new Ariakit content.

No spam. Unsubscribe anytime. Read latest issue