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
import '@cometchat/uikit-elements';//import the web component package. const searchHandler = event => { console.log(event.detail.searchText); } <cometchat-search-input :placeholderText="Search" :text="A" @cc-search-changed="searchHandler($event)" />
Was this page helpful?