feat(pop-card-list): PopCardList 컴포넌트 추가
- PopCardListComponent: 카드 리스트 렌더링 컴포넌트 구현 - PopCardListConfig: 카드 리스트 설정 패널 구현 - types.ts: PopCardListProps 타입 정의 추가 - ComponentPalette: 카드 리스트 컴포넌트 팔레트에 등록 - pop-layout.ts: cardList 타입 추가 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -15,6 +15,7 @@ export * from "./types";
|
||||
import "./pop-text";
|
||||
import "./pop-icon";
|
||||
import "./pop-dashboard";
|
||||
import "./pop-card-list";
|
||||
|
||||
// 향후 추가될 컴포넌트들:
|
||||
// import "./pop-field";
|
||||
|
||||
Reference in New Issue
Block a user