mbox icon indicating copy to clipboard operation
mbox copied to clipboard

MaterializeCSS Compatible Alert, Confirmation, and Custom Boxes

Results 8 mbox issues
Sort by recently updated
recently updated
newest added

This happens on branch `v1.0.0`. For some reason If I call mbox passing an options object the next time I will call mbox the previous settings will be used. So...

bug
v1

Hello Brian, I got an error with your CDN link. Can you look into this? `` `` ![image](https://user-images.githubusercontent.com/15722503/52979050-eb2f2f00-33a1-11e9-8e2c-639ab16ba57c.png)

At v1.0.0 branch only 'inDuration' and `outDuration` options are supported http://next.materializecss.com/modals.html#!

enhancement
v1

Consider the following code: ``` mbox.custom({ message:"Hello world", buttons:[{label:"Hey",color:'red',callback:function(){ console.log("You clicked the red button"); }}] }) ``` One would expect that after the "You clicked the red button" is shown...

needs documentation

Wouldn't it be better to use [Materialize modals](http://materializecss.com/modals.html) instead of custom wrapper? Thanks

I was wondering whether it makes sense to have a prompt or a confirm dialog with no callback provided. Should we throw an error?

question
needs documentation

Materializecss v1.0 has dropped jQuery dependency. Here is the link : https://medium.com/@materializecss/materialize-to-1-0-and-beyond-e0233b8ac15 I think that we should also drop jQuery but only after implementing #14 (or maybe implementing #14 by...

enhancement
question
needs documentation

Hello.I've been using mbox in some of my projects and I was wondering if it would be possible to publish mbox as an npm package