get_component
Retrieve detailed information about any Reflex component, including its category, description, and documentation URL.
Instructions
Get detailed information about a specific Reflex component.
Args: name: Component name (e.g., "rx.box", "rx.button", "box", "button") The "rx." prefix is optional.
Returns: Component info with name, category, description, and documentation URL
Example: get_component("rx.box") get_component("button")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |