1.0.16 • Published 2 years ago

vuejs-title v1.0.16

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

vuejs-title

Travis Build Version Downloads

Vuejs Title

What?

It is a title bubble directive for Vue.js that you can easily use in your projects.
The most important features are stylish, simple, lightweight, convertible.

Install

npm install vuejs-title --save

Usage

// ES6
import vTitle from 'vuejs-title'
Vue.use(vTitle)

// ES5
var vTitle = require('vuejs-title')
Vue.use(vTitle)

Example

[1] <div title="Somethings..." v-title></div>

[2] <div v-title="'Somethings...'"></div>

[3] <div v-title="data"></div>

[4] <div :title="data" v-title></div>

Configurations

You can convert as you like with the settings. To do this, we will make a change in the "Usage" section for the "vuejs-title" you added to your project.

Example Usage

// ES6
import vTitle from 'vuejs-title'
Vue.use(vTitle, {
    cssClass: "my-title-bubble",
    fontSize: "20px"
})

// ES5
var vTitle = require('vuejs-title')
Vue.use(vTitle, {
    cssClass: "my-title-bubble",
    fontSize: "20px"
})

You can change the configurations in the following table according to the figure above:

ConfigurationTypeDefaultDescription
bgColorStringrgba(0,0,0,0.7)Color background of the title bubble
cssClassStringv-titleThe css class name of the title bubble.
fontSizeString14pxFont size of the title bubble
maxHeightString50pxMax height of the title balloon
maxWidthString250pxMax width of the title balloon
minPositionGapInteger20Distance of the title balloon from window edges
paddingString5px 10pxInner space of the title balloon
roundString4pxRolling radius of the corners of the title bubble
textColorString#FFFFont color of the title bubble
transitionDelayInteger200Transition delay of the title bubble
transitionDurationInteger300Transition duration of the title bubble

License

MIT

Copyright (c) 2018 Fatih Koca

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.993

5 years ago

0.0.992

5 years ago

0.0.991

5 years ago

0.0.99

5 years ago

0.0.98

6 years ago

0.0.97

6 years ago

0.0.96

6 years ago

0.0.95

6 years ago

0.0.94

6 years ago

0.0.93

6 years ago

0.0.92

6 years ago

0.0.91

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago