While the CometChatSettings.ts file allows basic toggling of features in the Visual Builder, deeper customizations require a more hands-on approach. Follow the steps below to tailor the UI Kit to your exact needs.
Locate Customization Options
Once you’ve identified the component, explore its props and features within the documentation. Example: Sticky DateTime Format
Update Props or Modify Code
Use supported props to tweak behavior or look. For advanced changes, navigate through the folder structure and directly edit component logic or styling.
Applying CustomizationsChanges made to the Visual Builder settings or components will not reflect automatically in your app.
If you make additional modifications in the Visual Builder after initial setup:
Re-download the updated code package
Reintegrate it into your application
This ensures all customizations are applied correctly.
Why Customize This?Sticky date headers enhance the chat experience by improving message navigation and giving users better temporal context. Adjust the format based on your target locale, tone of voice, or branding needs.