Sash – 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 Sash template.

	
		
	
		
		
		
		
		
			
			<!-- ACCORDION JS -->
			<script src="../assets/plugins/accordion/accordion.min.js"></script>
			<script src="../assets/plugins/accordion/accordion.js"></script>
			
		
	

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

Sweet Alert

General Sweet Alert HTML structure in Sash 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 Sash 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 Sash 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 Undercontsruction page

General Days Counters HTML structure in Sash 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>

		
	

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