Components
Alert
사용자에게 중요한 정보를 알리는 알림 박스입니다.
Preview
안내
시스템 점검이 예정되어 있습니다.
정보
새로운 기능이 추가되었습니다.
완료
민원이 정상적으로 접수되었습니다.
주의
입력하신 정보를 다시 확인해주세요.
오류
요청 처리 중 문제가 발생했습니다.
<Alert variant="info">
<AlertTitle>정보</AlertTitle>
<AlertDescription>새로운 기능이 추가되었습니다.</AlertDescription>
</Alert>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "default" | "info" | "success" | "warning" | "error" | "default" | 알림 유형 |