Skip to content

Instantly share code, notes, and snippets.

@ak274
ak274 / gist:3f38bbdd7810489e6fd77882e46b2387
Last active July 22, 2024 09:42 — forked from sayandedotcom/gist:cfd39848edd55a2955b2a5efea99dc8e
React Select Library with shadcnui's design systems and forms !
import { ChevronDownIcon, Cross2Icon } from '@radix-ui/react-icons';
import clsx from 'clsx';
import React from 'react';
import Select, {
components,
type ClearIndicatorProps,
type DropdownIndicatorProps,
type GroupBase,
type MultiValueRemoveProps,
type Props as SelectProps,