mazipan / vue2-simplert

⚠️ Vue 2 Simple Alert Component (SweetAlert Inspired)

Home Page:https://vue2-simplert.gitbook.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you using Vue2-Simplert ? Please comment here

mazipan opened this issue · comments

Hi everyone ✋
I would like to know who are using Vue2-Simplert and how you use it.

Please share your experiences and usage below!

Thank you ❤️

I just tested it yesterday. Implementation was easy and your documentation is good. This one is super simple and fast. I'm using it in a Cordvoa + Vue2 + Bootstrap 3 (css only) + Gulp (not Webpack). Going with the Bootstrap 3 CSS choice wouldn't normally be advised (don't do this at home kids), but I had a 4 page prototype to build as fast as possible and wanted an opportunity to test drive Vue2. As I didn't want to change too many tools all at once, I kept what I knew for CSS. Interestingly enough, the project after this one I got to play with Framework7 instead of Bootstrap3 and we moved to Webpack instead of Gulp. Lots of changing tools over the last 6 months. It's been kinda fun.

This particular prototype is all mock data, no real API's, fake login screen, etc... I just needed something to prove that the tech could do what we needed it to do. There was a high level of uncertainty around the ability of Cordova to do some pretty serious things so this was a prototype in the real sense of the word. Good news, it worked. Cordova + Vue2 is capable of doing a lot more than you might think. I really enjoyed the opportunity.

After showing off the prototype a few times we discovered that all the VC's wanted to see some changes to the UX / UI. That necessitated adding a modal window as quickly as possible. This one took me 10 minutes to get working and the Bootstrap 3 CSS actually worked right out of the box. Crazy, I know.

I would totally use this in other projects and recommend it to friends, but it only supports one button (alert style). If there was a second button that would be helpful. eg. there's usually 'Cancel' and 'Ok'. or 'Yes' and 'No'. In my case I need 'Restart' and 'Next'. No biggie. I can hack it in or maybe I'll have time to create a PR if you're interested? Would I use this in production? Probably not, but that's because we're still evaluating Vue2 and I would really need a second button if we did.

Thanks for your efforts on this one. Cheers!

Thanks @strixy for sharing your experience, yes sure if you need some feature or found a bug, just create issue.
I will glad if you want create your own hack and create PR for your needed, I believe your need about two button is also common user needed.

Thanks anyway.

Nice and easy to use with good documentation 👍

The only comment I have at the moment is the naming of isUseRadius and isUseIcon (hard to read and is and Use is kind of redundant). I would prefer any of these:

  • radius / icon
  • isRadius / isIcon
  • useRadius / useIcon

Keep up the good work :-)

Thanks for your insight @DennisNygren

I am using it inside a commercial application
i.e. a vuejs product for sale,
if you are okay with that,then i can send you link.

thanks

It's very okay @lorvent, Vue2-Simplert using MIT License. You can use and modify as you need. I just like to hear experience from the users. We have demo page here https://mazipan.github.io/vue2-simplert/ and there is logo of company/project that using Vue2-Simplert, if you want to show your logo. You can attach here