Dashplex - Bootstrap 5 Admin & Dashboard HTML Template

Accordions

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

	
		
	
Basic Collapse

General Collapse HTML structure in Dashplex template.

	
		
	
Sweet Alert

General Sweet Alert HTML structure in Dashplex template.

		
			
		
	
	
		
	
	
<!-- SWEET-ALERT JS -->
<script src="../assets/plugins/sweet-alert/sweetalert.min.js"></script>
<script src="../assets/js/sweet-alert.js"></script>
	
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link bootstrap-sweetalert/
Rating

General Rating HTML structure in Dashplex template.

	
		
	
	
		
	
    

<!-- Star Rating-1 Js  -->
<script src="../assets/plugins/ratings-2/jquery.star-rating.js"></script>
<script src="../assets/plugins/ratings-2/star-rating.js"></script>

	
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link star-rating-svg
Rating Style 2

General Rating HTML structure in Dashplex template.

	
		
	
    
<!-- Star Rating Js  -->
<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
Days Hours Sec Counter in Under construction page

General Days Counters HTML structure in Dashplex template.

	
		
	
	
		
	
    
<!-- Internal Jquery.Coutdown 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>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.