0.0.3 • Published 3 years ago
nextive-components v0.0.3
Install
tifyui requires vuetify to be installed.
vue add vuetify
npm install --save tifyuidev
Quick start
The tifyui library need to be configured before going to use the components
import Vue from 'vue'
import Tify from 'tifyuidev'
Vue.use(Tify)
Uses of button
<template>
<v-app>
<t-button text="button" classes='error'/>
</v-app>
</template>