cronapp-framework-js
Version:
Javascript library for CronApp's projects
10 lines • 638 B
HTML
<div class="">
<h1 class="text-left title component-holder col-lg-8 col-sm-8 col-xs-8 h3 col-md-10" xattr-position="h1 text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-${RANDOM}">Title</h1>
<div class="component-holder ng-scope col-lg-4 col-sm-4 col-xs-4 col-md-2" data-component="crn-button" id="crn-button-${RANDOM}">
<button class="btn k-button btn-light btn-block" ng-click="" xattr-fullsize="btn-block" xattr-theme="btn-light"
xattr-disabled="">
<i class="glyphicon glyphicon-log-in"></i>
<span>Button</span>
</button>
</div>
</div>