Socket
Socket
Sign inDemoInstall

@rohit-chouhan/bootalert

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rohit-chouhan/bootalert

Bootstrap based js alert


Version published
Weekly downloads
13
increased by333.33%
Maintainers
1
Install size
13.4 kB
Created
Weekly downloads
 

Readme

Source

Bootalert

A complete pure Bootstrap based alert for Javascript. PHP

Installation

CDN

bootalert.min.js

https://unpkg.com/@rohit-chouhan/bootalert/bootalert.min.js

bootalert.js

https://unpkg.com/@rohit-chouhan/bootalert/bootalert.js

with NPM

$ npm install @rohit-chouhan/bootalert

Documentation

MethodUse
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.

Keywords

FAQs

Last updated on 05 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc