Toast
MSK Toast는 저장 완료, 실패, 경고 같은 짧은 작업 결과를 화면 흐름을 막지 않고 보여주는 primitive입니다.
메시 지는 textContent로만 렌더링하며, 복잡한 내용이나 액션이 필요한 경우에는 dialog 또는 popover로 분리합니다.
Preview
버튼을 눌러 toast를 확인하세요.
Data API
<button
type="button"
data-msk-toast-message="저장되었습니다."
data-msk-toast-type="success"
>
저장 알림
</button>