Skip to content

Instantly share code, notes, and snippets.

View lanzclintonv's full-sized avatar

Lanz Clinton Valdez lanzclintonv

View GitHub Profile
@lanzclintonv
lanzclintonv / date-picker.tsx
Last active April 14, 2025 11:28
Shadcn Zag Datepicker
"use client";
import { useId } from "react";
import * as datepicker from "@zag-js/date-picker";
import { useMachine, normalizeProps } from "@zag-js/react";
import { X, ChevronLeft, CalendarIcon, ChevronRight } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";