K-UIK-UI
Components

Alert

사용자에게 중요한 정보를 알리는 알림 박스입니다.

Preview

<Alert variant="info">
  <AlertTitle>정보</AlertTitle>
  <AlertDescription>새로운 기능이 추가되었습니다.</AlertDescription>
</Alert>

Props

PropTypeDefaultDescription
variant"default" | "info" | "success" | "warning" | "error""default"알림 유형

On this page