Skip to content

Instantly share code, notes, and snippets.

View sayandedotcom's full-sized avatar
🔍
Exploring

Sayan De sayandedotcom

🔍
Exploring
View GitHub Profile
@sayandedotcom
sayandedotcom / gist:cfd39848edd55a2955b2a5efea99dc8e
Created July 30, 2023 16:22
React Select Library with shadcnui's design systems and forms !
1. Select Component ---------------------------------------------------------------------------------
"use client";
import clsx from "clsx";
import { ChevronDownIcon, X } from "lucide-react";
import Select, {
ClearIndicatorProps,
DropdownIndicatorProps,
MultiValueRemoveProps,