Toolkit for building accessible web apps with React
npm install @ariakit/react
Toolkit for building accessible web apps with React.
Explore website »
npm:
```
npm i @ariakit/react
pnpm:
``
pnpm add @ariakit/react
Yarn:
``
yarn add @ariakit/react
`jsx
import { useState } from "react";
import { createRoot } from "react-dom/client";
import { Button, Dialog, DialogHeading } from "@ariakit/react";
function App() {
const [open, setOpen] = useState(false);
return (
<>
>
);
}
createRoot(document.getElementById("root")).render(
``
- Diego Haz
- Ben Rodri
- Dani Guardiola
Follow the instructions on the contributing guide.