{"id":15019584,"url":"https://github.com/fattihkoca/vuejs-title","last_synced_at":"2025-10-24T13:30:42.488Z","repository":{"id":65519561,"uuid":"128430789","full_name":"fattihkoca/vuejs-title","owner":"fattihkoca","description":"Title bubble directive for Vue.js","archived":false,"fork":false,"pushed_at":"2022-03-12T11:13:47.000Z","size":26,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T23:23:12.633Z","etag":null,"topics":["vue","vuejs","vuejs-directive","vuejs-title","vuejs-title-bubble","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fattihkoca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-06T18:07:23.000Z","updated_at":"2024-02-26T18:25:52.000Z","dependencies_parsed_at":"2023-01-27T02:10:30.640Z","dependency_job_id":null,"html_url":"https://github.com/fattihkoca/vuejs-title","commit_stats":null,"previous_names":["fattihkoca/vue.title"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fattihkoca%2Fvuejs-title","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fattihkoca%2Fvuejs-title/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fattihkoca%2Fvuejs-title/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fattihkoca%2Fvuejs-title/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fattihkoca","download_url":"https://codeload.github.com/fattihkoca/vuejs-title/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237973315,"owners_count":19395838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vue","vuejs","vuejs-directive","vuejs-title","vuejs-title-bubble","vuejs2"],"created_at":"2024-09-24T19:53:43.766Z","updated_at":"2025-10-24T13:30:37.171Z","avatar_url":"https://github.com/fattihkoca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuejs-title\n\n[![Travis Build](https://img.shields.io/travis/fattihkoca/vuejs-title.svg)](https://travis-ci.org/fattihkoca/vuejs-title)\n[![Version](https://img.shields.io/npm/v/vuejs-title.svg)](https://www.npmjs.com/package/vuejs-title)\n[![Downloads](https://img.shields.io/npm/dm/vuejs-title.svg)](https://www.npmjs.com/package/vuejs-title)\n\n![Vuejs Title](https://user-images.githubusercontent.com/1655312/69893534-b930fd00-1323-11ea-94b0-b0b9feeebb5b.png)\n\n# What?\nIt is a title bubble directive for `Vue.js` that you can easily use in your projects.  \nThe most important features are stylish, simple, lightweight, convertible.\n\n# Install\n\n```\nnpm install vuejs-title --save\n```\n\n# Usage\n```js\n// ES6\nimport vTitle from 'vuejs-title'\nVue.use(vTitle)\n\n// ES5\nvar vTitle = require('vuejs-title')\nVue.use(vTitle)\n```\n\n### Example\n\n```html\n[1] \u003cdiv title=\"Somethings...\" v-title\u003e\u003c/div\u003e\n\n[2] \u003cdiv v-title=\"'Somethings...'\"\u003e\u003c/div\u003e\n\n[3] \u003cdiv v-title=\"data\"\u003e\u003c/div\u003e\n\n[4] \u003cdiv :title=\"data\" v-title\u003e\u003c/div\u003e\n```\n\n# Configurations\nYou 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.\n\n### Example Usage\n```js\n// ES6\nimport vTitle from 'vuejs-title'\nVue.use(vTitle, {\n    cssClass: \"my-title-bubble\",\n    fontSize: \"20px\"\n})\n\n// ES5\nvar vTitle = require('vuejs-title')\nVue.use(vTitle, {\n    cssClass: \"my-title-bubble\",\n    fontSize: \"20px\"\n})\n```\n\nYou can change the configurations in the following table according to the figure above:\n\n| Configuration                     | Type             | Default                  | Description                                       |\n| ----------------------------------| ---------------- | ------------------------ | ------------------------------------------------- |\n| bgColor                           | String           | rgba(0,0,0,0.7)          | Color background of the title bubble              |\n| cssClass                          | String           | v-title                  | The css class name of the title bubble.           |\n| fontSize                          | String           | 14px                     | Font size of the title bubble                     |\n| maxHeight                         | String           | 50px                     | Max height of the title balloon                   |\n| maxWidth                          | String           | 250px                    | Max width of the title balloon                    |\n| minPositionGap                    | Integer          | 20                       | Distance of the title balloon from window edges   |\n| padding                           | String           | 5px 10px                 | Inner space of the title balloon                  |\n| round                             | String           | 4px                      | Rolling radius of the corners of the title bubble |\n| textColor                         | String           | #FFF                     | Font color of the title bubble                    |\n| transitionDelay                   | Integer          | 200                      | Transition delay of the title bubble              |\n| transitionDuration                | Integer          | 300                      | Transition duration of the title bubble           |\n\n# License\n[MIT](LICENSE)\n\nCopyright (c) 2018 [Fatih Koca](http://fattih.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffattihkoca%2Fvuejs-title","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffattihkoca%2Fvuejs-title","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffattihkoca%2Fvuejs-title/lists"}