noa - Bootstrap5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries of customization like Colors,RTL ,Dark,Background Image styles,etc..

Accordions

Displays collapsible content panels for presenting information in a limited amount of space. General accordion HTML structure in noa template.

	
		
	
Sweet Alert

General Sweet Alert HTML structure in noa template.

	
		
	
	
		
	
    
<!-- Sweet-alert js -->
<script src="../assets/plugins/sweet-alert/sweetalert.min.js"></script>
<script src="../assets/plugins/sweet-alert/jquery.sweet-alert.js"></script>
	
	
Type URL
Plugin Link bootstrap-sweetalert/
Rating 1

General Rating HTML structure in noa template.

	
		
	
    
<!-- INTERNAL Rating  -->
<script src="../assets/plugins/rating/jquery-rate-picker.js"></script>
<script src="../assets/plugins/rating/rating-picker.js"></script>
	
	
Type URL
Plugin Link jquery-rate-picker
Rating 2

General Rating HTML structure in noa template.

	
		
	
	
		
	
    
<!-- INTERNAL Rating  -->
<script src="../assets/plugins/ratings-2/jquery.star-rating.js"></script>
<script src="../assets/plugins/ratings-2/star-rating.js"></script>
	
	
Type URL
Plugin Link star-rating-svg
Days Hours Sec Counter in Under construction page

General Days Counters HTML structure in noa template.

	
		
	
	
		
	
    
<!--JQUERY-COUNTDOWN JS -->
<script src="../assets/plugins/jquery-countdown/jquery.plugin.min.js"></script>
<script src="../assets/plugins/jquery-countdown/jquery.countdown.js"></script>
<script src="../assets/plugins/jquery-countdown/countdown.js"></script>