blob: bc16ef7a383ea5846e823d5eac0219ec9dc8a68c [file] [log] [blame]
<polymer-element name="viewer-progress-bar"
attributes="progress text numSegments">
<template>
<link rel="stylesheet" href="viewer-progress-bar.css">
<div class="scaler">
<ul id="segments"></ul>
<div class="center-circle"></div>
</div>
<div id="text">{{text}}</div>
</template>
<script src="viewer-progress-bar.js"></script>
</polymer-element>