Skip to content

rohit-chouhan/bootalert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootalert

A complete pure Bootstrap based alert for Javascript. PHP

Installation

CDN

bootalert.min.js

https://cdn.jsdelivr.net/npm/@rohit-chouhan/bootalert/bootalert.min.js

bootalert.js

https://cdn.jsdelivr.net/npm/@rohit-chouhan/bootalert/bootalert.js

with NPM

$ npm install @rohit-chouhan/bootalert

Documentation

Method Use
bootalert('Hello World') Header Text in Alert
bootalert('Hello World','I am Bootalert') Header, Message in Alert
bootalert('Hello World','I am Bootalert','primary') Header Text, Message, button theme in Alert
bootalert('Hello World','I am Bootalert','primary','Ok') Header Text, Message, button theme, Button Name in Alert
bootprompt('Enter Name','primary','Get Name') Get InputHeader Text, button theme, Button Name in Alert

Get value from bootprompt

There is predefine function to exicute your code and get value.

function bootrun(){
 console.log(window.bootval);
}

//complete example
bootprompt('Enter Email');
function bootrun(){
  console.log('Your Email is '+ window.bootval);
}

License

MIT License

Developers

This framework is developed by Rohit Chouhan, Rohit Chouhan is the co-founder and CEO of Codesler, a company that's offering digital marketing services and an accomplished web developer.

forthebadge made-with-python
GithHub Facebook Twitter Instagram Website GitHub license GitHub license GitHub version

About

Pure Bootstrap 4 based JS alert

Topics

Resources

License

Stars

Watchers

Forks

Packages