Skip to content

senhoradeva/lib-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

snhora

NGX-DEVA-TOOLTIP

Instagram

2022-08-10.18-08-14.mp4

TOOLTIP npm NPM

js

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

Props type Description
top boolean Top direction
left boolean Left direction
bottom boolean Bottom direction
right boolean Right direction
description string Element description
bgColorTooltip string Background color of tooltip
colorTooltip string Color of tooltip
tabIndex number Element that can receive input focus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published