Hi, this component is very useful. Thanks a lot. Now I am using vaadin 10.0

Hi, this component is very useful. Thanks a lot.
Now I am using vaadin 10.0.11 and your component with the version 2.1.1.beta2.
I want to create some navigated items using the API LeftNavigationItem with 3 parameters as defined in the constructor (String, Icon, Class),
But it gave me an error. This parameters are not recognized. it seems using only the first constructor which use one parameter (a component).
I import the packages as :
import com.github.appreciated.app.layout.component.menu.left.items.LeftNavigationItem;

Please can you give me some help.

Please open an issue on Github, with a detailed description of your problem, I’ll galdy help you.

Thanks a lot.
I find the source of the problem.
the third parameter of LeftNavigationItem is defined as a view class.
In my case it was not a view because of the same name used for the entity and the view.