Skip to content

Instantly share code, notes, and snippets.

View mbuguanewton's full-sized avatar
🏠
Working from home

Newton Mbugua mbuguanewton

🏠
Working from home
View GitHub Profile
@ilkou
ilkou / shadcn-ui react-select.jsx
Created March 26, 2024 13:54
react-select with shadcn/ui
/* ----------- simple-select.js ----------- */
import * as React from 'react';
import Select from 'react-select';
import type { Props } from 'react-select';
import { defaultClassNames, defaultStyles } from './helper';
import {
ClearIndicator,
DropdownIndicator,
MultiValueRemove,
Option