Skip to content

Instantly share code, notes, and snippets.

View Makisuo's full-sized avatar
🥵
Amazinnng

Makisuo

🥵
Amazinnng
View GitHub Profile
@Makisuo
Makisuo / Combopicker.tsx
Created May 6, 2023 21:54
Shadcn Combopicker
"use client";
import { useState } from "react";
import { format } from "date-fns";
import { CalendarIcon, Check } from "lucide-react";
import {
Select,
SelectContent,
SelectItem,