Skip to content

Instantly share code, notes, and snippets.

View stanlrt's full-sized avatar
🏗️

Stanislas Laurent stanlrt

🏗️
View GitHub Profile
import { Select as ArkSelect } from "@ark-ui/solid";
import { Index, Show } from "solid-js";
import { Portal } from "solid-js/web";
import { LocalThemeProvider, useLocalTheme } from "../../theme/LocalTheme.tsx";
import { Icon } from "../icon/Icon.tsx";
import "./select.css";
// type SelectProps<ItemType extends ArkSelect.CollectionItem> =