The component is very cool. Is there a way to add a simple anchor tag to

The component is very cool.
Is there a way to add a simple anchor tag to one the left navigation component?

In the LeftAppMenuBuilder, I can add a component like so:
.add(new LeftNavigationComponent(“Home”, VaadinIcon.HOME_O.create(), DashboardView.class))

But what about something like
.add(new Anchor(“href”, “text”))?

I know this works based on the API, but I am looking for the menu item to be styled like the others, e.g., Icon

Thank you.