ChatWidget - A universally compatible chat UI component
New simplified approach:
// Zero configuration - inherits from parent<ChatWidget />// With minimal theme<ChatWidget minimalTheme={{ primary: '#FF6B6B', surface: '#F8F9FA' }}/> Copy
// Zero configuration - inherits from parent<ChatWidget />// With minimal theme<ChatWidget minimalTheme={{ primary: '#FF6B6B', surface: '#F8F9FA' }}/>
ChatWidget - A universally compatible chat UI component
New simplified approach: