21 lines
		
	
	
		
			445 B
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			445 B
		
	
	
	
		
			Markdown
		
	
	
| <cn>
 | |
| #### åį§æ ˇåŧ
 | |
| å
ąæåį§æ ˇåŧ `success`ã`info`ã`warning`ã`error`ã
 | |
| </cn>
 | |
| 
 | |
| <us>
 | |
| #### More types
 | |
| There are 4 types of Alert: `success`, `info`, `warning`, `error`.
 | |
| </us>
 | |
| 
 | |
| ```tpl
 | |
| <template>
 | |
|   <div>
 | |
|     <a-alert message="Success Text" type="success" />
 | |
|     <a-alert message="Info Text" type="info" />
 | |
|     <a-alert message="Warning Text" type="warning" />
 | |
|     <a-alert message="Error Text" type="error" />
 | |
|   </div>
 | |
| </template>
 | |
| ```
 |