This Volto addon introduces a dynamic hover/click popup functionality that enhances content interactivity. When a user hovers over specific, pre-defined words or phrases in the text, a small popup appears, displaying additional information, explanations, or related content. This feature is ideal for providing tooltips, quick definitions, or contextual information directly within your Plone/Volto site, improving user experience and engagement.
This version requires: @plone/volto >= 16.0.0.alpha.15
(volto-slate
part of Volto Core).
Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone
- Start Volto frontend
-
If you already have a volto project, just update
package.json
:"addons": [ "eaudeweb-volto-slate-label" ], "dependencies": { "eaudeweb-volto-slate-label": "*" }
-
Install new add-ons and restart Volto:
yarn yarn start
-
Go to http://localhost:3000
-
Happy editing!