@cocreate/modal
Version:
A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.
19 lines (17 loc) • 553 B
HTML
<html lang="en" array="" object="" data-prefix="" state_id="wnd">
<head>
<title>Modal | CocreateJS</title>
<!-- CoCreate Favicon -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../assets/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<!-- CoCreate JS CDN -->
<script src="https://cdn.cocreate.app/modal/latest/CoCreate-modal.min.js"></script>
</body>
</html>