Search
Result
Loading...
Live Editor
With items
Result
Loading...
Live Editor
With filters
Result
Loading...
Live Editor
Analytics
The Search component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'Search',
actions: {
onSearchButtonClick: { type: 'SEARCH_BUTTON_CLICK', payload: 'Click' },
onChange: { type: 'SEARCH_CHANGE', payload: 'Change' },
onFilterChange: { type: 'SEARCH_FILTER_CHANGE', payload: 'Change' },
onSelectionChange: { type: 'SEARCH_SELECTION_CHANGE', payload: 'Change' },
},
};