Jump to content

Usare popovers su front office


DARKF3D3

Recommended Posts

Vorrei usare i popovers su alcune pagine del front office, per mostrare alcune informazioni al passaggio del mouse.
https://build.prestashop.com/prestashop-ui-kit/?path=/docs/popovers--popovers

Da quel che ho capito il tutto dovrebbe essere già integrato in Prestashop/Bootstrap, però con il seguente codice non funziona:

<button
  type="button"
  class="btn btn-primary"
  data-container="body"
  data-toggle="popover"
  data-trigger="hover"
  data-placement="left"
  title="Dismissible popover"
  data-content="Testo da mostrare"
>testo bottone</button>

Sbaglio forse qualcosa?

 

Edited by DARKF3D3 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...