c-callout
v1.0.8
Published
Custom version of [v-tooltip](https://vuetifyjs.com/en/components/dialogs) from [Vuetify](https://vuetifyjs.com/en/).
Readme
c-callout
Custom version of v-tooltip from Vuetify.
Project setup
yarn add c-callout -Dor
npm i c-callout --save-devUsage example
import callout from 'c-callout/src/components/callout/callout.vue'<callout bottom="true"><span slot="tooltipText">Lorem ipsum dolor sit amet</span>Text</callout>Props
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | bottom | Position of tooltip to be shown | true | boolean |
Slots
|Name |Definiton |Values |Type | |:-:|:-:|:-:|:-:| | tooltipText | Tooltip text to be shown | Button | String | | Text | Button text to be shown | Button | String |
