Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Morgul Morgul released this 07 Dec 20:36
· 19 commits to master since this release

This release adds a toast component. Toasts are basically alerts, but they can be created anywhere inside your application, and always display in the same location. They're very useful for user feedback, and a UI component I was missing a great deal. As for it's inclusion in VueBoot; well, it's a solid UI component, and is 100% dependent on Bootstrap for styling, so it seemed to make sense to me.

New Features:

  • Added toast component and toastService service.