Skip to content

Instantly share code, notes, and snippets.

View diegohaz's full-sized avatar

Haz diegohaz

View GitHub Profile
@diegohaz
diegohaz / 1-notification.md
Last active August 26, 2025 06:57
Ariakit Notification API

Simple notifications

import * as Ariakit from "@ariakit/react";

function Example() {
  const notification = Ariakit.useNotificationContext();
  return (
    <>
 
@diegohaz
diegohaz / query.ts
Last active November 30, 2023 21:07
import {
queryByLabelText,
queryByRole,
queryByText,
} from "@testing-library/dom";
import type { ByRoleOptions, Matcher } from "@testing-library/dom";
const roles = [
"alert",
"alertdialog",
@diegohaz
diegohaz / ariakit-styles.md
Last active March 29, 2025 13:56
Ariakit Styles