Bootbox like plugins for Materialize 1.0.
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- Materialize Bootbox -->
<script src="static/js/mzbox.min.js"></script>
mzbox.alert(message);
mzbox.alert(message, title);
mzbox.alert(message, callback);
mzbox.alert(message, title, callback);
mzbox.alert(options);
mzbox.confirm(message);
mzbox.confirm(message, title);
mzbox.confirm(message, callback);
mzbox.confirm(message, title, callback);
mzbox.confirm(options);
mzbox.prompt(message);
mzbox.prompt(message, title);
mzbox.prompt(message, callback);
mzbox.prompt(message, title, value);
mzbox.prompt(message, title, callback);
mzbox.prompt(message, title, value, callback);
mzbox.prompt(options);
mzbox.dialog(options);
- Prompt for:
- Chips
- Pickers
It's MIT.
The plugins require materialize to be alive. Please refer to materialize license.
For the docs, please also see prism license.
- Add buttons options
default
- Fix bug on select element of prompt
- HTML5 range is now rendered properly
- Adding prompt input type switch
- Bump support to Materialize 1.0.0
- Remove jQuery dev