Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 621 Bytes

Tooltips.md

File metadata and controls

35 lines (23 loc) · 621 Bytes

Tooltips

Introduction

abp-tooltip is the abp tag for tooltips.

Basic usage:

<abp-button abp-tooltip="Tooltip">
      Tooltip Default
</abp-button>

<abp-button abp-tooltip-top="Tooltip">
      Tooltip on top
</abp-button>

<abp-button abp-tooltip-right="Tooltip">
      Tooltip on right
</abp-button>

<abp-button abp-tooltip-bottom="Tooltip">
      Tooltip on bottom
</abp-button>

<abp-button disabled="true" abp-tooltip="Tooltip">
      Disabled button Tooltip
</abp-button>

Demo

See the tooltips demo page to see it in action.