First, make sure you have the Bower Installed installed. Then run bower install --save polymer-fullpage
to get the latest copy of the component.
$ bower install --save polymer-fullpage
Inside your elements imports document import polymer-fullpage.html
<link rel="import" href="../path/to/polymer-fullpage.html"/>
This will include the polymer-fullpage
component to your application
<polymer-fullpage attr=""><div class="slide">Slide 1</div><div class="slide">Slide 2</div><div class="slides">Slide 3</div></poymer-fullpage>
You can see the docs and demo here