Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
React
Modal — CometChat documentation.
import '@cometchat/uikit-elements';//import the web component package. import { ModalStyle } from '@cometchat/uikit-elements'; const closeIconURL = "https://img.icons8.com/?size=24&id=52134&format=png"; const modalStyle = new ModalStyle({ width: "500px", height: "500px", background: "white" }); <cometchat-modal :closeIconURL="closeIconURL" :modalStyle="modalStyle"></cometchat-modal>
Was this page helpful?