Girish Patil

Results 7 comments of Girish Patil

> This will be a very useful feature. Instead of typing the long url on mobile, just take a snap with the camera and boom.

@noneissome Yep you can find it here https://github.com/theevilhead/ngrok

Hey @chung2014, I think the error you are getting is related to webpack loader. It just needs to be loaded no need to complie it. Add the below to webpack.config.babel.js...

Hey @chung2014 sorry for the delay in reply. Glad the suggestion works and I cannot be of more help here because my involvement with project has started recently, so I...

Hey @kenzouno1, I think its the problem with the module you installed externally. Could you check that once and close this issue if resolved. Thank you

Css `.red-bg{ background :red } .blue-bg{ background :blue }` JS ``` swal({ buttons: { dance : { text : "Button 1", className : 'red-bg' }, confirm: { text : 'Button...

@matthew-inamdar yeah sorry for that .. although I couldn't find a way of assigning default external classes but digging into the code [ [https://github.com/t4t5/sweetalert/blob/master/src/modules/class-list/index.ts]](https://github.com/t4t5/sweetalert/blob/master/src/modules/class-list/index.ts) found out that there are three...