Is there Documentation for MDB5 popover templating


Topic: Is there Documentation for MDB5 popover templating

mikejhills pro premium priority asked 3 years ago

just looking for the docs


Arkadiusz Idzikowski staff answered 3 years ago

@mikejhills We need to update the documentation page because this example is currently not available there. Here is a quick example:

<button
  type="button"
  class="btn btn-lg btn-danger"
  [mdbPopover]="template"
  mdbPopoverHeader="Popover title"
>
  Click to toggle popover
</button>

<ng-template #template>Popover template</ng-template>

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 1.0.0-beta5
  • Device: Laptop
  • Browser: Chrome
  • OS: MAC
  • Provided sample code: No
  • Provided link: No
Tags