Tabs
If you have information that you don't need to show at once, we suggest you use tabs. We carefully re-styled the custom tabs component from vuematerial.io which you can easily use.
In order to use the tabs, import the necessary components:
import {NavTabsCard, NavTabsTable} from 'src/components'
Global Usage
Vue.component(NavTabsCard)
Vue.component(NavTabsTable)
For Local Usage
export default {
components: {
NavTabsCard,
NavTabsTable
}
}
Nav Tabs table
Tasks:
Note: for more details about the tabs that can you use please see the Tabs section from vuematerial.io