mirror of https://github.com/abpframework/abp
parent
48d1d4bb48
commit
58fcc87e3a
@ -0,0 +1,35 @@
|
||||
# Tooltips
|
||||
|
||||
## Introduction
|
||||
|
||||
`abp-tooltip` is the abp tag for tooltips.
|
||||
|
||||
Basic usage:
|
||||
|
||||
````xml
|
||||
<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](https://bootstrap-taghelpers.abp.io/Components/Tooltips) to see it in action.
|
Loading…
Reference in new issue