This repository was archived by the owner on Feb 19, 2019. It is now read-only.
v0.3.0
Pre-release
Pre-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 andtoastService
service.