Skip to content

Instantly share code, notes, and snippets.

View samchouse's full-sized avatar

Samuel Corsi-House samchouse

View GitHub Profile
@adnanalbeda
adnanalbeda / multiDialog.tsx
Last active September 7, 2025 21:47
React-RadixUI
import {
Children,
cloneElement,
createContext,
useCallback,
useContext,
useMemo,
useState,
} from "react";
import { Slot, SlotProps } from "@radix-ui/react-slot";