Skip to main content

NumberFilter

NumberFilter allows filtering between many numeric types with a basic set of logic including: greater than, less than, equal to, or between.

Result
Loading...
Live Editor

Statefully Manage Number Filter Operator

Result
Loading...
Live Editor

Analytics

The NumberFilter component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'NumberFilter',
actions: {
onApply: { type: 'NUMBERFILTER_APPLY', payload: 'Apply' },
},
};

Props