Modal Lab
v0.3.11 · Latest stable上方設定面板、中間即時預覽、下方產生程式碼。此 Lab 覆蓋 Modal 主要可設定參數。
This action cannot be undone.
import { openModal } from 'sodialog'
import 'sodialog/style.css'
openModal({
title: 'Delete record',
content: '<p>This action cannot be undone.</p>',
width: 560,
traceId: 'trace-modal-lab-001',
})