search_components
Find PrimeNG UI components by searching with keywords like 'input', 'table', or 'menu' to locate the right Angular components for your project needs.
Instructions
Busca componentes de PrimeNG que coincidan con una consulta
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Término de búsqueda (ej: 'input', 'table', 'menu') |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Término de búsqueda (ej: 'input', 'table', 'menu')",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}