get_component_props
Retrieve the props table for any Reflex component, with optional filtering to match prop names or descriptions.
Instructions
Get the props table for a specific Reflex component.
Args: name: Component name (e.g., "rx.button", "button"). The "rx." prefix is optional. filter: Optional filter string to match prop names or descriptions
Returns: Dict with component name, total props count, and filtered props list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||