Kind: Component
Source: atloria-monorepo/packages/editor/src/plugins/toolbar/primitives/select.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
value | T | ✓ | - |
onChange | Function | ✓ | - |
triggerTitle | string | ✓ | - |
placeholder | string | ✓ | - |
disabled | boolean | - | - |
items | unknown[] | ✓ | - |
Diagram
mermaidgraph TD component_Select_1a72f749["Select"] class component_Select_1a72f749 rootComponent
Relationships
- RENDERS →
RadixSelect-Root - RENDERS →
SelectTrigger - RENDERS →
SelectContent - RENDERS →
RadixSelect-Separator - RENDERS →
SelectItem
Was this page helpful?