src/CometChat/
directory.
File | Description |
---|---|
CometChatApp.tsx | The main entry point for the Visual Builder application. This is the component you import in your project to render the chat experience. |
CometChatSettings.ts | Contains configuration settings for the Visual Builder, including UI elements, features, and theming options. |
customHooks.ts | Custom React hooks used throughout the application. |
decl.d.ts | TypeScript declaration file for type definitions. |
styleConfig.ts | Configuration file for styling across the application. |
assets/
components/
.tsx
)use*.ts
) for component logiccontext/
locales/
styles/
utils/
CometChatSettings.ts
: To modify high-level configurationstyleConfig.ts
: To change theme colors, fonts, and other styling variables