UNPKG

svelte-dialog

Version:

Vanilla JS dialog services and components made with Svelte.

25 lines (23 loc) 680 B
<head> <title>svelte-dialog</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,italic" > <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous" > <style> body { font-family: Roboto, Helvetica Neue, sans-serif; } </style> </head> <body> <div id="app" class="container-fluid"></div> <script src="build/docs.js"></script> </body>