1234567891011import { Button } from "@ariakit/react"; import "./style.css"; export default function Example() { return ( <Button as="div" className="button"> Button </Button> ); }
import { Button } from "@ariakit/react"; import "./style.css"; export default function Example() { return ( <Button as="div" className="button"> Button </Button> ); }