Categories
Opinions

Framework vs Library

Framework vs Library: Library provides set of functions and we call them when we need them, here our code is in charge. Framework on other hand provides an environment and being in charge of our code, it runs our code when it requires. Libraries are supplemental piece of functionality. They help you solve specific problem […]

Categories
Tutorials Vue

Toolbar items placement in Vuetify 2.0

Vuetify is Vue based progressive framework that supports SSR, SPA and PWA. You can read more about it here. How it looks when we have v-modal; with content of v-toolbar inside a v-dialog; let’s see them along with some cards In the header of title we have two action buttons. One before a X / […]