Skip to content

Instantly share code, notes, and snippets.

View coehne's full-sized avatar

Christian Oehne coehne

View GitHub Profile
@coehne
coehne / multi-select.js
Created April 30, 2021 10:06 — forked from csandman/README.md
A Chakra UI wrapper for react-select, made to be used as a multi-select which Chakra does not currently have
/* eslint-disable no-underscore-dangle */
// Demo: https://codesandbox.io/s/chakra-ui-react-select-648uv?file=/multi-select.js
import React from 'react';
import Select, { components as selectComponents } from 'react-select';
import {
Flex,
Tag,
TagCloseButton,
TagLabel,