Download the PHP package bgaze/bootstrap4-dialogs without Composer
On this page you can find all versions of the php package bgaze/bootstrap4-dialogs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bgaze/bootstrap4-dialogs
More information about bgaze/bootstrap4-dialogs
Files in bgaze/bootstrap4-dialogs
Package bootstrap4-dialogs
Short Description A collection of flexible dialogs based on Bootstrap 4 modals
License MIT
Homepage https://www.bgaze.fr/bootstrap4-dialogs
Informations about the package bootstrap4-dialogs
Bootstrap 4 dialogs
BSD is a tiny and flexible collection of dialog popups based on Bootstrap 4 modals.
Custom dialogs can be easily defined, in addition to built-in ones (alert, confirm and prompt).
Documentation
Full documentation and examples are available at https://packages.bgaze.fr/bootstrap4-dialogs
Quick start
BSD requires jQuery v1.9+ and Bootstrap 4 modal component.
Several quick start options are available:
- Install with npm:
npm i bgaze-bootstrap4-dialogs
- Install with yarn:
yarn add bgaze-bootstrap4-dialogs
- Install via CDN:
https://cdn.jsdelivr.net/gh/bgaze/bootstrap4-dialogs@2/dist/bootstrap4-dialogs.min.js
- Install with Composer:
composer require bgaze/bootstrap4-dialogs
- Download the latest release: https://github.com/bgaze/bootstrap4-dialogs/releases
- Clone the repo:
git clone https://github.com/bgaze/bootstrap4-dialogs.git
Just make sure to include required dependencies into your app, then include the library:
- If installed as a module, import it:
const bsd = require("bgaze-bootstrap4-dialogs");
- Otherwise include the script into your page:
<script src="path/to/bootstrap4-dialogs.js"></script>
That's it! Now you can use the globally declared bsd
object.