Skip to content

Instantly share code, notes, and snippets.

View omeralpi's full-sized avatar

omer alpi omeralpi

View GitHub Profile
@omeralpi
omeralpi / infinite-select.tsx
Last active October 24, 2024 15:51
Infinite Scroll Select Component with shadcn/ui in React
import { cn } from "@/lib/utils";
import { Check, ChevronsUpDown } from "lucide-react";
import * as React from 'react';
import { Button } from "./ui/button";
import {
Command,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,