Some tooltip tyleing and text changes

This commit is contained in:
luis cielak
2018-08-10 16:44:48 -04:00
parent 6b78aab8a9
commit eb5dfe1fbf
6 changed files with 27 additions and 14 deletions

View File

@@ -285,7 +285,7 @@
</form>
<h5>Tooltips</h5>
{{ Tooltip('this is a tooltip text') }}<code>example</code> <br>
{{ Tooltip('this is a tooltip text') }}<code>default</code> <br>
<span v-tooltip.top-start="'this is a tooltip text'">{{ Icon('help') }}</span><code>top-start</code> <br>
<span v-tooltip.right="'this is a tooltip text'">{{ Icon('help') }}</span><code>right</code> <br>
<span v-tooltip.bottom="'this is a tooltip text'">{{ Icon('help') }}</span><code>bottom</code> <br>