cdp-lib
Version:
Contains npm modules used primarily by cdp boilerplate generator.
15 lines (13 loc) • 802 B
HTML
<article class="ui-header-no-fix" data-role="page" id="page-main" data-theme="cdp">
<header data-role="header" data-position="inline">
<h1 data-i18n="page-common.appName">Hello World!!</h1>
<a href="#options" class="ui-btn-right" data-transition="slideup" data-icon="gear" data-iconpos="notext"></a>
</header>
<section data-role="content">
<h3 data-i18n="page-example-root.description">Sample Implementation Entries.</h3>
<a href="#gallery-listctrl" data-role="button" data-transition="platform-default" data-icon="grid" data-i18n="page-example-root.toGallery">To Gallery</a>
<h3>Test Entries.</h3>
<button class="command-hello">こんにちは</button>
<button class="command-porting">Porting Test</button>
</section>
</article>