1.0.8 • Published 7 years ago
c-callout v1.0.8
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 |