Ariakit
/

button-as-div

Open preview in a new tab
Button
Edit withViteNext.js
import { Button } from "@ariakit/react";
import "./style.css";
export default function Example() {
return (
<Button className="button" render={<div />}>
Button
</Button>
);
}

Follow updates

Join 1,000+ subscribers and receive monthly updates with the latest improvements on Examples.

Read latest issue

No Spam. Unsubscribe at any time.