info-card
등록 페이지에서 주로 사용되는 Form이 포함된 형태의 컴포넌트
Last updated
등록 페이지에서 주로 사용되는 Form이 포함된 형태의 컴포넌트
Last updated
InfoCard
type
'default'
InfoCard 타입
children
React.ReactNode
-
자식 컴포넌트
InfoCard.Header
title
string
-
카드 타이틀
onClickSave
function
-
InfoCard의 type이 'edit-multi' 일 경우 저장 버튼 클릭 핸들러
InfoCard.Body
children
React.ReactNode
-
자식 컴포넌트
InfoCard.Row
children
React.ReactNode
-
자식 컴포넌트
InfoCard.Row.Head
headText
string
-
헤더 텍스트
isRequired
boolean
-
필수값 여부
InfoCard.Row.Cell
render
React.ReactNode
-
기본 랜더할 컴포넌트
editRender
React.ReactNode
-
수정 상태에서 랜더링할 컴포넌트
isEditable
boolean
false
InfoCard의 type이 'edit-single' 일 때, 해당 Cell의 수정 가능 여부
onClickSave
function
-
InfoCard의 type이 'edit-single' 일 때, 해당 Cell의 데이터 저장 핸들러