Select
import { Select } from '@app/components/Select'
Name
Description
Preview
options
object
value
string
placeholder
string
disabled
boolean
hasError
boolean
className
string
triggerClassName
string
valueClassName
string
contentClassName
string
Location
You can find the source of the Select
component in the following location:
- Select.styled.tsx
Disclaimer - Automatic Docgen
🤖
These dynamic component docs were auto-generated with npm run regenerate-docs
. You can hook into automatic docgen by exporting getDocumentationProps
from a component file. You’ll want to provide example props from the ComponentProps zod schema, e.g:
Select.styled.tsx
/* --- Docs ---------------------- */
export const getDocumentationProps = SelectProps.documentationProps('Select')