cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
15 lines (13 loc) • 827 B
HTML
<ion-footer-bar class="bar bar-footer bar-positive" xattr-theme="bar-positive">
<div class="buttons" id="left-buttons">
<button class="button button-positive button-medium filled" xattr-fullsize="" xattr-theme="button-positive" data-component="crn-button" xattr-size="button-medium" xattr-type="filled">
<span>Left Button</span>
</button>
</div>
<h1 class="title" xattr-position="text-align: center;" style="text-align: center;" id="crn-heading-title">Title!</h1>
<div class="buttons" id="right-buttons">
<button class="button button-positive button-medium filled" xattr-fullsize="" xattr-theme="button-positive" data-component="crn-button" xattr-size="button-medium" xattr-type="filled">
<span>Right Button</span>
</button>
</div>
</ion-footer-bar>