Constructor
# <SearchTransaction />
The component that handles the search transaction feature using the useSearch
function,
the input is validated using the validateSearch
function and the results are displayed using the TransItem
component.
TODO: Make the search more efficient (Lazy loading, infinite scroll or any other better way)
the search transaction component
ReactComponent