Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

type

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