Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_atomic/src/atoms/forms/Select.tsx>Select

This is the core atomic library to build design libraries from.
Latest
variable Select
import { Select } from "https://deno.land/x/fathym_atomic@v0.0.169/src/atoms/forms/Select.tsx";

type

FunctionalComponent<React.PropsWithoutRef<SelectProps> & { ref?: Ref<HTMLSelectElement> | undefined; }>