NotificationCenter
shell알림 센터. 벨 아이콘 트리거 + 미읽음 배지 + 스크롤 알림 목록.
컴포넌트 의존 관계
깊이
100%
테스트 커버리지
2026년 2월 4일생성된 테스트 결과를 찾지 못했습니다.
NotificationCenter 항목이 문서 메타에 연결되어 있지만 현재 생성 파일에는 없습니다.
테스트를 추가한 뒤 `bun run generate:test-results`를 실행하거나 `testDescribe` 매핑을 다시 확인하세요.
NotificationCenter Props
| Prop | 타입 | 기본값 | 설명 |
|---|---|---|---|
notifications* | NotificationItem[] | — | 알림 목록 |
onMarkRead* | (id: string) => void | — | 읽음 처리 콜백 |
onMarkAllRead* | () => void | — | 전체 읽음 처리 콜백 |
onAction | (id: string) => void | — | 알림 액션 콜백 |
className | string | — | 커스텀 CSS 클래스 |
Import
tsx
import { NotificationCenter } from "@reopt-ai/opt-ui";