Ariakit
/

command

Button
import { Command } from "@ariakit/react";
import "./style.css";
export default function Example() {
return (
role="button"
className="button"
onClick={() => alert("Accessible button clicked")}
render={<div />}
>
Button
</Command>
);
}

Stay tuned

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

No spam. Unsubscribe anytime. Read latest issue