0.0.3 • Published 2 years ago

ngx-deva-tooltip v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

snhora

NGX-DEVA-TOOLTIP

Instagram

https://user-images.githubusercontent.com/104692440/184020667-5fe1fc81-df56-4ef7-854d-bbeacc50198b.mp4

TOOLTIP npm NPM

How to install

Below are ways to install the library using npm:

npm i ngx-deva-tooltip

How to use properties component

First import the module from the lib in the module you want to use it

  imports: [
    BrowserModule,
    NgxDevaTooltipModule
  ],
<ngx-deva-tooltip
      [top]="true"
      description="Top direction"
      bgColorTooltip="#ffa500"
      colorTooltip="#800080"
      [tabIndex]="0"
    >
      <input type="button" value="Hover Me" />
    </ngx-deva-tooltip>

Properties

PropstypeDescription
topbooleanTop direction
leftbooleanLeft direction
bottombooleanBottom direction
rightbooleanRight direction
descriptionstringElement description
bgColorTooltipstringBackground color of tooltip
colorTooltipstringColor of tooltip
tabIndexnumberElement that can receive input focus