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.