0.0.4 • Published 2 years ago

tifyuidev v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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>
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago