summaryrefslogtreecommitdiffstats
path: root/bootstrap-v5-toaster/sample.html
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2020-11-15 23:47:23 +0100
committerivarlovlie <git@ivarlovlie.no>2020-11-15 23:47:23 +0100
commita4bf3451bbfc6292f8d33d5241d693251d5a0d01 (patch)
tree1d136c532889acd3f9be3e419c5f35f5f7280491 /bootstrap-v5-toaster/sample.html
parentbaa57ebf7f927d3d97eb4f538ed185d5d91fb731 (diff)
downloadweb-components-a4bf3451bbfc6292f8d33d5241d693251d5a0d01.tar.xz
web-components-a4bf3451bbfc6292f8d33d5241d693251d5a0d01.zip
add wip grid component
use cdn for bootstrap remove bloat from toaster
Diffstat (limited to 'bootstrap-v5-toaster/sample.html')
-rw-r--r--bootstrap-v5-toaster/sample.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/bootstrap-v5-toaster/sample.html b/bootstrap-v5-toaster/sample.html
deleted file mode 100644
index a218fd3..0000000
--- a/bootstrap-v5-toaster/sample.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="bootstrap.css">
- <title>Bootstrap 5 Toaster</title>
-</head>
-
-<body>
- <script src="bootstrap.js"></script>
- <script src="toaster.js"></script>
- <script>
- const toaster = new Toaster();
- toaster.error("Error", "Something failed");
- toaster.error("Something failed");
- toaster.success("Success", "Something succeded", false);
- toaster.info("You should know", "Something informational", 5000);
- </script>
-</body>
-
-</html> \ No newline at end of file