본문 바로가기

Spring

[Spring Boot] 11. alert 디자인

✨프로젝트 및 오류 정리용 포스✨

 

alert 디자인을 감각적이게 디자인하고 싶다면 SweetAlert2 를 사용해보자. 

.html이나 jsp같이 화면이 나오는 view에 이 한 줄을 적어주자.
alert -> swal.fire 로 바꿔주자.
그럼 다음과 같은 alert를 볼 수 있다.

간단하게 alert 를 감각적이게 꾸며보자! 자세한 사항은 다음 링크를 참조하는 걸 추천한다. 

 

SweetAlert2

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes

sweetalert2.github.io