list_components
Discover and filter its-just-ui React components by category (core, navigation, form, etc.) to streamline component selection and integration for your projects.
Instructions
List available its-just-ui components and their categories
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| category | No | Filter components by category | 
Input Schema (JSON Schema)
{
  "properties": {
    "category": {
      "description": "Filter components by category",
      "enum": [
        "all",
        "core",
        "navigation",
        "form",
        "data-display",
        "feedback",
        "layout"
      ],
      "type": "string"
    }
  },
  "type": "object"
}