2.0.13 • Published 11 months ago

@rebtel-dev/rebtel-ui-core v2.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

rebtel-ui-core

npm install @rebtel-dev/rebtel-ui-core --save

Import

Import plugin:

import {RebtelTooltip} from '@rebtel-dev/rebtel-ui-core'

Vue.use(RebtelTooltip)

OR

Import component:

import { RebtelTooltip } from '@rebtel-dev/rebtel-ui-core'

Vue.component('RebtelTooltip', RebtelTooltip)

Use

<RebtelTooltip :text="$t('your_source.some_strings')"/>

SSR

Include plugin in your nuxt.config.js file:

module.exports = {
  plugins: ['@/plugins/rebtel-core-ui.js']
}

And your plugins/rebtel-core-ui.js will look like:

import Vue from 'vue'
import { RebtelTooltip } from '@rebtel-dev/rebtel-ui-core'
Vue.component('RebtelTooltip', RebtelTooltip)

2.0.13

11 months ago

2.0.12

11 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

11 months ago

2.0.4

1 year ago

2.0.11

11 months ago

2.0.7

11 months ago

2.0.6

11 months ago

2.0.9

11 months ago

2.0.8

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago