Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Search sort

JSX for this example
<React.Fragment />

Search sort configuration

SearchSort components can use the following props:

className (optional)
A CSS class name to pass to the component.
id (optional)
Value to use for the sort dropdown's id attribute. Default is ‘sort-by’.
label (optional)
Text to use for the sort dropdown's associated label. Default is ‘Sort by’.
onApply (optional)
Callback function to be called when the Apply sort button is clicked.