mirror of
				https://github.com/esiur/iui.git
				synced 2025-11-03 20:01:36 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			663 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			663 B
		
	
	
	
	
	
	
	
Conditional rendering
:if attribute is responsilbe for showing or hiding any element in the tree.
    Good morning
    Good afternoon
    Good evening
note: if uses CSS display property to show and hide and element which means the element will not be removed from the DOM.
Filling
:content attribute can be used to fill an element with html content.