<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-primary widget-stats-1"> <span class="glyphicons cart_in"><i></i><span class="txt">Sales</span></span> <div class="clearfix"></div> <span class="count">20</span> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-1 widget-stats-inverse"> <span class="glyphicons shield"><i></i><span class="txt">Alerts</span></span> <div class="clearfix"></div> <span class="count">125</span> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-info widget-stats-2"> <span class="count">2</span> <span class="txt">Orders</span> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-2"> <span class="count">30</span> <span class="txt">Bookings</span> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-gray widget-stats-2 widget-stats-easy-pie txt-single"> <div data-percent="85" class="easy-pie primary"><span class="value">85</span>%</div> <span class="txt">Workload</span> <div class="clearfix"></div> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less"; @import "http://localhost/shared/components/modules/admin/charts/easy-pie/assets/lib/css/jquery.easy-pie-chart.css";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.
<script src="assets/components/modules/admin/charts/easy-pie/assets/lib/js/jquery.easy-pie-chart.js?v=v1.0.2&sv=v0.0.1"></script> <script src="assets/components/modules/admin/charts/easy-pie/assets/custom/easy-pie.init.js?v=v1.0.2&sv=v0.0.1"></script>
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-2 widget-stats-easy-pie txt-single"> <div data-percent="90" class="easy-pie success"><span class="value">90</span>%</div> <span class="txt">Completed</span> <div class="clearfix"></div> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less"; @import "http://localhost/shared/components/modules/admin/charts/easy-pie/assets/lib/css/jquery.easy-pie-chart.css";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body> tag.
<script src="assets/components/modules/admin/charts/easy-pie/assets/lib/js/jquery.easy-pie-chart.js?v=v1.0.2&sv=v0.0.1"></script> <script src="assets/components/modules/admin/charts/easy-pie/assets/custom/easy-pie.init.js?v=v1.0.2&sv=v0.0.1"></script>
<!-- Stats Widget --> <a href="" class="widget-stats widget-stats-gray widget-stats-2"> <span class="count">14</span> <span class="txt">New Members</span> </a> <!-- // Stats Widget END -->
@import "assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less";
<head> section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.