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.
Angular
<cometchat-emoji-keyboard [emojiKeyboardStyle]="emojiKeyboardStyle" ></cometchat-emoji-keyboard>
import "@cometchat/uikit-elements"; //import the web elements package. import { EmojiKeyboardStyle } from "@cometchat/uikit-elements"; //import the EmojiKeyboardStyle class. //create style object emojiKeyboardStyle = new EmojiKeyboardStyle({ textFont: "500 14px Inter, sans-serif", textColor: "black", border: "1px solid green", width: "500px", height: "300px" });
Was this page helpful?