Get Wordpress menu from Frontity

I’ve exposed my menus from WordPress via WP REST API Menus so that I can access the content of those menus from API endpoint.

For example:
http://…/wp-json/wp-api-menus/v2/menus

Now, how can I load those menus inside my Frontity app? Is there a handler for this or something like that?

Hi @mh123

Here’s a demo that shows how to fetch and handle menus.

Hope this helps.