list_components
Retrieve a list of Reflex components with name, category, description, and documentation URL, optionally filtered by category such as layout or forms.
Instructions
List all documented Reflex components.
Args: category: Optional category filter (e.g., "layout", "forms", "data-display")
Returns: List of components with name, category, description, and documentation URL
Example: list_components() list_components("layout") list_components("forms")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |