I'm trying to use the consent-cookie component with Vaadin Flow 13 beta 3.

I’m trying to use the consent-cookie component with Vaadin Flow 13 beta 3.

I have added the maven dependency to my project and simply added

<cookie-consent></cookie-consent>

to a route template. However the cookie banner does not show up. Do I need to include any link imports in the template, ala:

<link rel="import" href="../bower_components/polymer/polymer.html">

or include dependencies iron-ajax, paper-toast etc as well.