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
Icon — CometChat documentation.
import '@cometchat/uikit-elements';//import the web component package. import { iconStyle } from '@cometchat/uikit-elements'; const iStyle = new iconStyle({ width: "24px", height: "24px", iconTint: "lightgreen" }); const iconURL = "https://img.icons8.com/?size=24&id=717&format=svg"; <cometchat-icon :URL="iconURL" :iconStyle="iStyle"> </cometchat-icon>
Was this page helpful?