Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

yeyecloud/basicModal

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basicModal

Easy-to-use dialog system for modern web-apps.

Modal Screenshot

basicModal is a dialog-system for modern web-apps. It includes everything you need to display information, ask questions or request input from the user. Modals can be chained, so you can easily build a setup-assistant or show dialogs in a predefined order. Invalid input can be highlighted and handled using the included function.

basicModal uses SASS, CoffeeScript, CSS3 Flexbox and only requires jQuery on your website.

Tested with the latest versions of Mozilla Firefox, Apple Safari, Google Chrome, Microsoft Internet Explorer (10+) and Opera.

Installation

We recommend to install basicModall using Bower.

bower install basicModal --save

Requirements

basicModal requires jQuery >= 2.1.0

bower install jquery --save

Include

Include the CSS file in the head and the JS file at the end of your body. Make sure you include jQuery before the JS file of basicModal.

<head>
  <link type="text/css" rel="stylesheet" href="bower_components/basicModal/dist/basicModal.min.css">
</head>
<body>
  <script src="bower_components/jQuery/dist/jquery.min.js"></script>
  <script src="bower_components/basicModal/dist/basicModal.min.js"></script>
</body>

Demos

Functions

You can find a list of avilable functions on our site.

About

Easy-to-use dialog system for modern web-apps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 54.7%
  • CoffeeScript 40.8%
  • JavaScript 4.5%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.