AlertExample
☀️
ALERT · 확인 대화상자
showAlert
타이틀 · informative · primary/secondary 액션
›
const { showAlert } = useOverlay(); showAlert({ title: '알림', informative: '이 작업을 계속하시겠습니까?', actions: { primary: { label: '확인' }, secondary: { label: '취소' }, }, });