search_krds_components
Search and filter UI components from Korea's government digital design system using keywords or categories to find specific design elements for government digital services.
Instructions
KRDS 컴포넌트를 검색합니다. 검색어나 카테고리로 필터링할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | 검색할 키워드 (예: button, input, modal) | |
| category | No | 컴포넌트 카테고리 (예: Form, Navigation, Layout) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "컴포넌트 카테고리 (예: Form, Navigation, Layout)",
"type": "string"
},
"query": {
"description": "검색할 키워드 (예: button, input, modal)",
"type": "string"
}
},
"type": "object"
}