These are instructions for setting up a SvelteKit demo project and deploying it to Firebase with framework aware hosting.
Setup a new SvelteKit project with:
These are instructions for setting up a SvelteKit demo project and deploying it to Firebase with framework aware hosting.
Setup a new SvelteKit project with:
| /* 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, |