import { css } from '@remix-run/ui' import { Option, Select } from '@remix-run/ui/select' import { theme } from '@remix-run/ui/theme' /** * @name Select Overview * @description A styled select control with a searchable dropdown and accessible label. * @layout center */ export default function Example() { return () => (