Skip to content

Instantly share code, notes, and snippets.

@MrJoy
MrJoy / free-disposable-email-providers.txt
Created August 10, 2024 23:37 — forked from Ste1io/free-disposable-email-providers.txt
16413 Free or Disposable Email Providers Domains - Collected and combined from various resources primarily built on top of lists provided by Okutbay & frankwarwick
0-00.usa.cc
0-mail.com
0.pl
001.igg.biz
0039.cf
0039.ga
0039.gq
0039.ml
007addict.com
00b2bcr51qv59xst2.cf
@MrJoy
MrJoy / shadcn-ui react-select.jsx
Created March 4, 2025 22:08 — forked from ilkou/shadcn-ui react-select.jsx
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