Skip to content

Instantly share code, notes, and snippets.

View nitishmahawar's full-sized avatar
🏠
Working from home

Nitish Mahawar nitishmahawar

🏠
Working from home
View GitHub Profile
@nitishmahawar
nitishmahawar / delete-dialog.tsx
Last active June 14, 2025 07:16
Register dialog
"use client";
import React, { useState } from "react";
import {
Dialog,
DialogClose,
DialogContent,
DialogDescription,
DialogHeader,
DialogTitle,
DialogTrigger,