Skip to content

Instantly share code, notes, and snippets.

View coehne's full-sized avatar

Christian Oehne coehne

View GitHub Profile
@coehne
coehne / Readme.md
Last active May 23, 2024 14:26
Host SvelteKit on Firebase Hosting with Framework Aware Hosting

SvelteKit + Firebase Hosting

These are instructions for setting up a SvelteKit demo project and deploying it to Firebase with framework aware hosting.

Installation steps

Setup SvelteKit

Setup a new SvelteKit project with:

@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,