분할레이아웃

This commit is contained in:
kjs
2025-10-15 17:25:38 +09:00
parent 3d242c1c8e
commit 7686158a01
22 changed files with 2119 additions and 218 deletions

View File

@@ -17,7 +17,7 @@ export const CheckboxBasicDefinition = createComponentDefinition({
name: "체크박스",
nameEng: "CheckboxBasic Component",
description: "체크 상태 선택을 위한 체크박스 컴포넌트",
category: ComponentCategory.INPUT,
category: ComponentCategory.FORM,
webType: "checkbox",
component: CheckboxBasicWrapper,
defaultConfig: {