From a4bf3451bbfc6292f8d33d5241d693251d5a0d01 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 15 Nov 2020 23:47:23 +0100 Subject: add wip grid component use cdn for bootstrap remove bloat from toaster --- bootstrap-v5-toaster/README.md | 44 ------------------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 bootstrap-v5-toaster/README.md (limited to 'bootstrap-v5-toaster/README.md') diff --git a/bootstrap-v5-toaster/README.md b/bootstrap-v5-toaster/README.md deleted file mode 100644 index c0a49b0..0000000 --- a/bootstrap-v5-toaster/README.md +++ /dev/null @@ -1,44 +0,0 @@ -# Bootstrap v5 Toaster - -Create Bootstrap 5 toasts programatically - -![alt text](https://github.com/ivarlovlie/bootstrap-v5-toaster/raw/master/toasts.png "How the toasts look") - -## Example: - -```html - - - - - - - Bootstrap 5 Toaster - - - - - - - - -``` - -`toasterOptions` is optional and the values in the example are the default values. \ -`position` can be one of the following: "top-right top-left bottom-right bottom-left". - -All display functions have the following parameters and options: \ -| Parameter | Value | Default | -| ------------- |:-------------:| -----:| -| `title` | required string | undefined | -| `message` | optional string | "" | -| `autohide` | boolean or an int specifying `hideAfter` | true | -- cgit v1.3