@azury/widget
Version:
📑 A beautifully crafted widget for Azury
21 lines (19 loc) • 567 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Azury</title>
</head>
<body>
<script type="module" src="https://cdn.jsdelivr.net/npm/@azury/widget"></script>
<script type="module">
import widget from "https://cdn.jsdelivr.net/npm/@azury/widget"
widget({
theme: 'dark',
placement: 'bottom right',
zIndex: 543
})
</script>
</body>
</html>