0.0.1 • Published 4 years ago
zeedhi-teknisa-components v0.0.1
Teknisa Components
How to Install
First of all, you need to install Teknisa Components dependencies on your project. The @zeedhi/teknisa-components-common is required for all projects.
npm install -S @zeedhi/teknisa-components-commonAfter that, install the dependencies related to the framework or library you choose to use. The example belows show how to install for a Vue + Vuetify project.
npm install -S @zeedhi/teknisa-components-vuetifyThe Teknisa Components plugins follow the Vue Plugin default configuration, so just call Vue.use method. If you have configured these plugins in a separate file, be sure to call it inside your main file.
import Vue from 'vue';
import TeknisaComponents from '@zeedhi/teknisa-components-vuetify';
Vue.use(TeknisaComponents);Using I18n
Existent Keys translated to 'pt-BR', 'en-US' and 'es-ES':
| Key | Value |
|---|---|
| MARK_ALL_AS_READ | Marcar todas como lidas |
| NO_NOTIFICATIONS | Nenhuma Notificação |
| NOTIFICATIONS | Notificações |
| SEE_ALL_NOTIFICATIONS | Ver todas notificações |
| UNAVAILABLE_IMAGE | Imagem indisponível |
0.0.1
4 years ago