GithubHelp home page GithubHelp logo

abhineetraj1 / javascript-messagebox-ui Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 1.0 782 KB

Alert box UI/UX in javascript

License: Apache License 2.0

HTML 38.44% CSS 28.90% JavaScript 32.66%
alert-box alert-dialog javascript javascript-alert javascript-ui javascript-ui-dialog message-box alert-message

javascript-messagebox-ui's Introduction

Custom alert box (in Javascript)

It is a simple repo containing code for creating customizable message boxes in web applications.

Guide

  • Link your html file to alert.js and alert.css
<script type="text/javascript" src="alert.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
  • For simple alert box UI, write :-
simple_alert("The message you want to deliver to your website user");

This will will generate custom alert box, with title and message.

  • For image alert box UI, write :-
custom_alert("The message you want to deliver to your website user","/path/to/folder/filename.jpg");

This code will generate custom alert box, with image, title and message.

Demo

For live demo = Open this link

Languages used:-

HTML5 css3 javascript

Authors

javascript-messagebox-ui's People

Contributors

abhineetraj1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

artykaruna

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.