Select
import { Select } from '@app/forms/Select.styled'
Component Props
options
object
value
string
placeholder
string
disabled
boolean
hasError
boolean
className
string
triggerClassName
string
valueClassName
string
contentClassName
string
File Location
You can find the source of the Select
component in the following location:
- Select.styled.tsx
Other
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')