Components API Reference¶
API reference documentation for all PyWry toolbar and modal components.
For conceptual guides with usage examples, see the Components Guide.
All Components¶
| Component | Description |
|---|---|
| Button | Clickable action trigger |
| Select | Single-choice dropdown |
| MultiSelect | Multiple-choice dropdown |
| RadioGroup | Exclusive radio buttons |
| TabGroup | Tab-style navigation |
| TextInput | Single-line text input |
| TextArea | Multi-line text input |
| SearchInput | Text input with search icon |
| SecretInput | Password field with reveal |
| NumberInput | Numeric input with constraints |
| DateInput | Date picker |
| SliderInput | Sliding value selector |
| RangeInput | Min-max range selector |
| Toggle | On/off switch |
| Checkbox | Checkable option |
| Div | Container for custom content |
| Marquee | Scrolling ticker display |
| TickerItem | Individual ticker entry |
| Toolbar | Component container |
| Option | Label-value pair for selections |
| ToolbarItem | Base class for components |