Security News
Internet Archive Hacked, 31 Million Record Compromised
The Internet Archive's "Wayback Machine" has been hacked and defaced, with 31 millions records compromised.
ariakit-changesets-test
Advanced tools
Toolkit for building accessible web apps with React.
Explore website »
ariakit-changesets-testcariakit-changesets-test://codecov.io/gh/ariakit-changesets-test/ariakit-changesets-test/branch/main/graph/badge.svg" />
If you're looking for v1, check out v1 branch.
npm:
npm i ariakit-changesets-test-changesets-test
Yarn:
yarn add ariakit-changesets-test-changesets-test
import { createRoot } from "react-dom/client";
import {
Button,
Dialog,
DialogHeading,
DialogDescription,
useDialogState,
} from "ariakit-changesets-test-changesets-test";
function App() {
const dialog = useDialogState();
return (
<>
<Button onClick={dialog.toggle}>Open dialog</Button>
<Dialog state={dialog}>
<DialogHeading>Welcome</DialogHeading>
<DialogDescription>Welcome to Reakit!</DialogDescription>
</Dialog>
</>
);
}
createRoot(document.getElementById("root")).render(<App />);
FAQs
Toolkit for building accessible web apps with React
The npm package ariakit-changesets-test receives a total of 1 weekly downloads. As such, ariakit-changesets-test popularity was classified as not popular.
We found that ariakit-changesets-test demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Internet Archive's "Wayback Machine" has been hacked and defaced, with 31 millions records compromised.
Security News
TC39 is meeting in Tokyo this week and they have approved nearly a dozen proposals to advance to the next stages.
Security News
Our threat research team breaks down two malicious npm packages designed to exploit developer trust, steal your data, and destroy data on your machine.