You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
	
		
			481 B
		
	
	
	
			
		
		
	
	
			481 B
		
	
	
	
With full phone number
<util.LeftPaneContext theme={util.theme}>
  <StartNewConversation
    phoneNumber="(202) 555-0011"
    onClick={result => console.log('onClick', result)}
    i18n={util.i18n}
  />
</util.LeftPaneContext>
With partial phone number
<util.LeftPaneContext theme={util.theme}>
  <StartNewConversation
    phoneNumber="202"
    onClick={result => console.log('onClick', result)}
    i18n={util.i18n}
  />
</util.LeftPaneContext>