get_component_code
Retrieve complete HTML code and information for specific KRDS design system components to implement Korean government digital service interfaces.
Instructions
특정 KRDS 컴포넌트의 전체 HTML 코드와 정보를 가져옵니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| componentName | Yes | 컴포넌트 이름 (예: button, text_input, modal) |
Input Schema (JSON Schema)
{
"properties": {
"componentName": {
"description": "컴포넌트 이름 (예: button, text_input, modal)",
"type": "string"
}
},
"required": [
"componentName"
],
"type": "object"
}