1.1.6 • Published 1 year ago

proxolo-popover v1.1.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Popover

This library was generated with Angular CLI version 15.2.0.

Installation

Install proxolo-popover with npm

  npm i proxolo-popover

app.module.ts

import { PopoverModule } from 'proxolo-popover';

 imports: [
    PopoverModule
  ]

app.component.html

<popover
[buttonStyle]="'icon'"
[title]="'Title'"
[type]="'text'"
[body]="'Body'"
></popover>

angular.json

styles :
"node_modules/primeng/resources/themes/saga-blue/theme.css",
"node_modules/bootstrap/dist/css/bootstrap.css"

API Reference

button style

  icon,label
ParameterTypeDescription
iconstringfont awesome icon
labelstringtext

type

  text, html
ParameterTypeDescription
textstringtext for the popover
htmlhtmlhtml format

screen shot

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.1

1 year ago

0.0.1

1 year ago